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

no-response error occurs sometimes #23

Closed
topninja opened this issue Sep 15, 2020 · 3 comments
Closed

no-response error occurs sometimes #23

topninja opened this issue Sep 15, 2020 · 3 comments

Comments

@topninja
Copy link

I am using latest nuxt version.
while develop or deploy to site after build, sometimes I can see no-response error via workbox-cdn package.
I attached screenshot.
image
what's the reason?
thanks

@patrickcate
Copy link

I've been seeing this error as well.

Copy link
Member

atinux commented Jan 15, 2021

Could you provide a reproduction please?

@pi0
Copy link
Member

pi0 commented Jan 15, 2021

Please see response from workbox maintainer. This error happens if network request fails for any reason.

But commonly this is an issue with chromium that when devtools is active (which is also valid during lighthouse) that makes wrong cors caching header that fails request.

If using nuxt pwa, simply upgrading to latest version will resolve issue. Otherwise, take a look at this fix: nuxt-community/pwa-module#417

@pi0 pi0 closed this as completed Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants