You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a non-desirable behavior, in case of updated environment variables the outdated version of index.html is served, as it uses cached version with the help of service worker.
Currently to get an up-to-date version of index.html forced reloading with CTRL+F5 should be used.
Should be fixed to serve actual version of index.html without forced reloading.
The text was updated successfully, but these errors were encountered:
There is a non-desirable behavior, in case of updated environment variables the outdated version of index.html is served, as it uses cached version with the help of service worker.
Currently to get an up-to-date version of index.html forced reloading with CTRL+F5 should be used.
Should be fixed to serve actual version of index.html without forced reloading.
The text was updated successfully, but these errors were encountered: