-
Notifications
You must be signed in to change notification settings - Fork 27.6k
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
A bad HTTP response code (404) was received when fetching the script #807
A bad HTTP response code (404) was received when fetching the script #807
Comments
@sedubois may be that's because that app might using an older version of Next. (1.x.x) Service Workers gets it's source code for every page load. You may have an existing service worker running inside your browser (from a different app runs on the same port). That's why you see this error. |
OK indeed, dependency is |
Stats from current PRDefault Server ModeGeneral
Client Bundles (main, webpack, commons)
Client Bundles (main, webpack, commons) Modern
Client Pages
Client Pages Modern
Client Build Manifests
Rendered Page Sizes
Serverless ModeGeneral
Client Bundles (main, webpack, commons)
Client Bundles (main, webpack, commons) Modern
Client Pages
Client Pages Modern
Client Build Manifests
Serverless bundles
Commit: b5da739 |
When running example
head-components
locally (yarn
+yarn dev
), page loads fine but console shows:The text was updated successfully, but these errors were encountered: