bcgov/issuer-kit

claim-config.json values are not updating

GStysis opened this issue · 2 comments

Updating title fields in claim-config.json files don't update the website pages.

For example, I tried to test by editing the "First Name" title fields as seen in the screenshot below, but after running ./manage build and ./manage start, the website still shows "First Name"

image

I also tried first removing the old containers in docker in case they were being reused and not updated by calling:

docker rm issuer-kit_issuer-admin_1
docker rm issuer-kit_issuer-web_1

And then rerunning the build and start commands

esune commented

Your browser might be caching the content, please try clearing the cache and/or force-refreshing the page to see the new config.

The Caddy webserver should be able to detect the file was updated and serve the new one, but sometimes the browser still doesn't refresh the cached content - unfortunately.

Awesome clearing my cache worked perfectly. Thanks for the quick help, and your work on this solution!