ivanushkaPr
ivanushkaPr
I got this error in nuxt 3.7.3. As mentioned before, changing mode from out - in to in -out fixes the issue. And my layout have only one parent element....
Same here. Version 1.1.0 and 1.0.0. But sometimes i get slightly different behavior. On first login it redirects me to '/' and oAuth token is present in applications. But after...
Same here. PWA v0.20.0 mode generateSW precache 1 entries (0.00 KiB) files generated .nuxt/dev-sw-dist/sw.js.map .nuxt/dev-sw-dist/sw.js .nuxt/dev-sw-dist/workbox-9637eeee.js.map .nuxt/dev-sw-dist/workbox-9637eeee.js WARN warnings One of the glob patterns doesn't match any files. Please remove...
> Check if adding this will fix your issue: > > pwa: { workbox: { globPatterns: ['**/*.{js,css,html,png,svg,ico}'], }, }, That doesnt change anything.