nuxt-community / pwa-module

Zero config PWA solution for Nuxt.js
https://pwa.nuxtjs.org
MIT License
1.23k stars 171 forks source link

Getting stuck on a loading page using cacheAssets: false #421

Open hermanos-lanches opened 3 years ago

hermanos-lanches commented 3 years ago

Every time I make a build on netlify to update something on a page, I get stuck with a loading loop, then I need to close the app, open again and voila! the app loads with the update I need. I'm trying to create a pwa that refreshes the content every time I open the app. I need it this way, so I configured the pwa module with cacheAssets: false, but I keep getting stuck on every update. When I change cacheAssets to true the only way to update the content is the user forcing a refresh.

hermanos-lanches commented 3 years ago

I resolved my problem in other way, but I guess it is valid to keep this issue open because this cacheAssets: false situation could be a thing. I don't know if this is an expected behave

Ratatinator97 commented 2 years ago

Hi @hermanos-lanches I'm facing the same problem as you before. Could you please tell me how did you solve the problem ? I also get stuck on every update in an infinite loop !