@pradeepvuduthala you may be hitting the bug mentioned here:
I’ve now made a pull request in the OHDSI Broadsea (3.0) repo to fix this, but you can go ahead now and update your Broadsea/atlas/config-local-template.js at main · OHDSI/Broadsea · GitHub file to remove the two statements causing the problem:
// clearing local storage otherwise source cache will obscure the override settings|
localStorage.clear();|
If you previously fixed the issue, then maybe the user(s) having problems still have an older version of the config file cached in their browser and you can ask them to clear their browser cache.