question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] No service worker detected

See original GitHub issue

Hey,

Thanks for this module!

I have a question regarding the service worker as it does not seem to be registered by default.

image

My nuxt.config.ts

  pwa: {
    manifest: {
      name: 'Test',
      short_name: 'Test'
    },
    workbox: {
      enabled: true
    }
  },

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:32 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
Baroshemcommented, Jun 24, 2022

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

1reaction
Baroshemcommented, Jun 7, 2022

@kevinmarrec

Reading this comment was a rolercoaster of dramatic action switches 😄

Awesome that you fixed it! ❤️

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found