You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
what's the reason?
thanks
The text was updated successfully, but these errors were encountered:
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
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.
what's the reason?
thanks
The text was updated successfully, but these errors were encountered: