the-canonizer / canonizer-3.0-frontend

Frontend of canonizer3.0
3 stars 2 forks source link

Re-Verify Or Upgrade Cache Refresh on build/deployment #2196

Open sajid315 opened 1 month ago

sajid315 commented 1 month ago

On each deployment/build from front-end side, users having problems about cache to use the new released effects.

Right now we are having script that is working after each build at front-end , but its having problem with automatic CI/CD flow. Also its clearing cookies of users that is wrong.

We need to recheck or should upgrade to a more concise solution for clearing cache without logout of users from site.

DevAlchemyCD commented 1 month ago

PR: https://github.com/the-canonizer/canonizer-3.0-frontend/pull/2203

sajid315 commented 1 week ago

Each time when build is creating on ux-dev server the cache clear is working as expected. And build number getting updated. Cache clearing the following right now: Local Storage (auth_token key), Cookies getting cleared and browser cache getting cleared.