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
Every time I deploy using Pnpm build command, my app dosen't automatically clear cache itself and it will take some while(usually 10 to 15 seconds) and a normal refresh to work. sometimes I have to press CTRL+F5 in my browser to make it work.
how can I fix that?
The new version must be precached (downloaded and added to the cache storage), workbox precaching module will download your new assets sequentially (1 by 1).
Every time I deploy using Pnpm build command, my app dosen't automatically clear cache itself and it will take some while(usually 10 to 15 seconds) and a normal refresh to work. sometimes I have to press CTRL+F5 in my browser to make it work.
how can I fix that?
The text was updated successfully, but these errors were encountered: