-
Notifications
You must be signed in to change notification settings - Fork 28.3k
Error 404 SourceMap Next5 #3748
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
the solution was to change the devtool in next.config.js and it gave me results it does not leave error, but it is because of some chrome google theme so I still do not know if it will be ok or not
|
I'm experiencing the same issue. I receive a 404 for the various sourcemap paths, e.g. I've resorted to using @hipabloangel's workaround above, but I'd rather not have to do that, and it's making my bundles much larger with all of the inlined sourcemaps. |
This may have been fixed by #3969 |
It's a combination of a few things @ptomasroos worked on, try upgrading to next@canary 👍 |
I'm on next@canary, and still getting that 404 for the |
Right. I never added manifest.js.map since I was looking at production builds mainly. I can def fix that quickly for development |
Steps to Reproduce (i don't know if bugs)
Context
My big mental problem, is not knowing if this is a normal behavior or I have something wrong with my next application configuration or in the browser.
Terminal:
DONE Compiled successfully in 3408ms
"GET /_next/-/manifest.js.map HTTP/1.1" 404 Chrome/63.0.3239.132 Safari/537.36
"GET /_next/-/commons.js.map HTTP/1.1" 404 Chrome/63.0.3239.132 Safari/537.36
"GET /_next/-/main.js.map HTTP/1.1" 404 Chrome/63.0.3239.132 Safari/537.36
Your Environment
The text was updated successfully, but these errors were encountered: