Next.js Discord

Discord Forum

nextjs 14 - dynamic route js file returns 404 (only in production)

Unanswered
Grass carp posted this in #help-forum
Open in Discord
Grass carpOP
Can anyone help with this problem? 🥲


https://github.com/vercel/next.js/issues/58895

3 Replies

Grass carpOP
Anyone? 🥲
Please 🥲
Grass carpOP
let me explain my case, i am using next js 14 and i use dynamic path like "product/[id]/page.tsx" its server component right,

And in page.tsx im importing client component like nav.tsx its client componet, in localhost everything its working but when i deploy in cpanel its broke, why?