Getting css source map 404 errors in Dev mode
Unanswered
Stony gall posted this in #help-forum
Stony gallOP
I'm getting these 404 errors on css source map files using Next.js 14.2.4:
Maybe it is related to the folder structure including the
Any help is greatly appreciated.
GET /_next/static/chunks/app/%5Blocale%5D/(private)/auth/login/VisuallyHidden.module.css.mjs.map 404 in 1082ms
GET /_next/static/chunks/app/%5Blocale%5D/NavigationProgress.module.css.mjs.map 404 in 1081ms
GET /_next/static/chunks/app/%5Blocale%5D/(private)/UnstyledButton.module.css.mjs.map 404 in 1080msMaybe it is related to the folder structure including the
[locale] dynamic path (next-intl) and the (private) route group folder?Any help is greatly appreciated.