Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

@crunchwrap89 @tberk can you test adding `client.registerWebManifestInRouteRules = true` in pwa options? Check the local build using `"NITRO_PRESET=vercel` in the build script: https://github.com/vite-pwa/nuxt/blob/main/package.json#L41

Are you using `nuxi generate` or `nuxi build`? On my local when running `nuxi build`, it is generating `config.json`, but missing when using `nuxi generate` (with repo playground, I've sent...

> btw, I noticed something, If I test in Incognito mode all checks seem fine, it shows start_url. This is weird, tested you app in private browsing and it is...

@tberk seems working, http headers properly configured by Nuxt, can you remove storage including (check Unregister service worker) service worker from Dev Tools > Application > Storage > Clear site...

it is working properly also with lighthouse in normal browsing: ![imagen](https://github.com/vite-pwa/nuxt/assets/6311119/082bf997-37a6-4eb3-aa73-03585270129e)

@ateliee provide minimal repro

try update nuxt-lodash to latest version

why are you using `injectManifest` strategy without a custom sw? Use `generateSW` strategy (default), it should work. EDIT: are you using generate or build to deploy the app? if using...

Move the sw.js to some src folder and update the pwa options, you need to "build" it since cannot use you're using import statements inside a service worker (sw cannot...