Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next-prefetcher service worker present when next/prefetch not used #739

Closed
sedubois opened this issue Jan 11, 2017 · 2 comments
Closed

next-prefetcher service worker present when next/prefetch not used #739

sedubois opened this issue Jan 11, 2017 · 2 comments

Comments

@sedubois
Copy link
Contributor

I don't have any import of next/prefetch in my project, and yet I see this in DevTools:

screen shot 2017-01-11 at 14 29 37

@arunoda
Copy link
Contributor

arunoda commented Jan 11, 2017

Service workers a background worker runs beyond your web page's lifetime.
It seems like, you've registered a SW with a different version of the app running on this port and the server worker is still running.

But it won't do anything.

@sedubois
Copy link
Contributor Author

OK indeed I see that the problem is only locally, the deployed version doesn't have such a service worker when next/prefetch isn't used.

@lock lock bot locked as resolved and limited conversation to collaborators May 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants