vite-pwa / nuxt

Zero-config PWA Plugin for Nuxt 3
https://vite-pwa-org.netlify.app/frameworks/nuxt
MIT License
454 stars 22 forks source link

White screen when accessing application #171

Open wesleyalvees opened 4 weeks ago

wesleyalvees commented 4 weeks ago

When I build my nuxt3 application, the screen goes white and cannot be accessed.

To be able to access it, I need to clear the page's cache.

Any solution? My users are complaining, and I can't keep asking them to clear their cache every time I upload a new version.

@vite-pwa/nuxt: 0.1.2 vite-plugin-pwa: 0.20.5 nuxt3: 3.11.1

White Screen: image

My console error: image

My PWA config: image

I've already tried with all possible registerTypes.

Thx ;)