-
Not sure why browser is trying and failing to find these files. if i load/reload page it attempts to find all of them. Doesnt appear to happen in production, just in dev mode. tried reinstalling, updating to latest and clearing cach, node modules etc. Any ideas? This is not a typescript app. its js |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 2 replies
-
Hi @CRodz13 could you help us to reproduce your problem in a CodeSandbox? Thanks! |
Beta Was this translation helpful? Give feedback.
-
I had the same issue and the security guys fixed it. There was a problem with the proxy and deepinspect |
Beta Was this translation helpful? Give feedback.
-
i had the same problem and tried running without turbopack and the 404 erros disappeared |
Beta Was this translation helpful? Give feedback.
-
I can also confirm, having the same issue. Running the server with webpack will fix it so it seems to be something with the interaction between it and turbopack. Really sucks cause turbopack provides such awesome UI/ |
Beta Was this translation helpful? Give feedback.
-
Solved this issue!: It's a weird combination of React day picker, turbopack and dev-tools. For some reason, together they trigger this issue. Fixed it by disabling the "Enable JavaScript source maps" checkbox in dev-tool settings. |
Beta Was this translation helpful? Give feedback.
-
1. Source Maps Only Loaded When DevTools Are ActiveBy default, Chrome (and other browsers) only fetch JavaScript source map files when DevTools is opened. If DevTools is closed, no map files are requested at all—even if 2. Source Maps Point to
|
Beta Was this translation helpful? Give feedback.
-
Thanks of the reports here, this should be fixed with #2812 (published in v9.9.0). |
Beta Was this translation helpful? Give feedback.
Thanks of the reports here, this should be fixed with #2812 (published in v9.9.0).