[Bug] No service worker detected
See original GitHub issueHey,
Thanks for this module!
I have a question regarding the service worker as it does not seem to be registered by default.
My nuxt.config.ts
pwa: {
manifest: {
name: 'Test',
short_name: 'Test'
},
workbox: {
enabled: true
}
},
Issue Analytics
- State:
- Created a year ago
- Comments:32 (17 by maintainers)
Top Results From Across the Web
Site cannot be installed: no matching service worker detected
Hey I am trying to program my first pwa and got the following problem: when I start my web app ...
Read more >No matching service worker detected. You may need ... - GitHub
No matching service worker detected. You may need to reload the page, or check that the scope of the service worker for the...
Read more >[2022] No matching service worker detected. You may need to ...
No matching service worker detected. You may need to reload the page, or check that the scope of the service worker for the...
Read more >No matching service worker detected in PWA - IntegerByte Blog
Most of the PWA developer almost face this issue, which is "No matching service worker detected" in PWA. Today we post for the...
Read more >No matching service worker detected. You may need to reload ...
Hello I was with the same problem, apparently when doing ionic serve --prod it does not lift from the production / www folder....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It wont be that easy 😄
Basically the issue was that the service worker was not generating. After I run the yarn build it started to work. I dont know it it is a vite cache deps or something else but now it works like a charm.
I think your explanation would be sufficient to fix the issue in the future 😃
You can maybe include this issue and the result of it in some kind of FAQ section
@kevinmarrec
Reading this comment was a rolercoaster of dramatic action switches 😄
Awesome that you fixed it! ❤️