Next.js Discord

Discord Forum

Getting css source map 404 errors in Dev mode

Unanswered
Stony gall posted this in #help-forum
Open in Discord
Stony gallOP
I'm getting these 404 errors on css source map files using Next.js 14.2.4:

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 1080ms


Maybe 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.

0 Replies