Next.js Discord

Discord Forum

Next.js dynamic route

Unanswered
Flemish Giant posted this in #help-forum
Open in Discord
Flemish GiantOP
Hello everyone,
I'm facing an issue with dynamic routes in Next.js 14.2.0. Locally, everything works fine, but when I deploy to a Hetzner server, the files cannot be loaded. Although the files exist in the directory, they are not being loaded. Does anyone have a solution for this problem?


7023-cfd303f7abbd848e.js:1 ChunkLoadError: Loading chunk 5183 failed.
(error: https://project.com/_next/static/chunks/app/%5Blocale%5D/auth/login/page-5280b2b291d0b2d5.js)
at s.f.j (webpack-3ad73a217a6d00d1.js:1:3526)
at webpack-3ad73a217a6d00d1.js:1:1400
at Array.reduce (<anonymous>)
at s.e (webpack-3ad73a217a6d00d1.js:1:1366)
at 7023-cfd303f7abbd848e.js:2:17532
at 7023-cfd303f7abbd848e.js:2:17734
at t (7023-cfd303f7abbd848e.js:2:17937)




Thank you.

0 Replies