Replies: 1 comment
-
Please add a complete reproduction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Describe the bug
We are deploying our next project using npm run build and npm run start. It works fine on all browsers. When all cookies are disabled the browser returns net::ERR_ABORTED 404. for js and css files (Slug.js, _buildManifest.js and chunk.css) some files return 200 and some return 404.
To Reproduce
npm run build
npm run start
Steps to reproduce the behavior, please provide code snippets or a repository:
disable all cookies in chrome, npm run build and then npm run start...
Expected behavior
We expect the application to load properly on a browser where cookie is disabled as it is loading on a browser where cookies are enabled.
Screenshots
System information
Additional context
Beta Was this translation helpful? Give feedback.
All reactions