Next.js Discord

Discord Forum

App Router: not-found.tsx not loading in a dynamic route

Answered
Chestnut-backed Chickadee posted this in #help-forum
Open in Discord
Original message was deleted.
Answered by Ray
products/[product]/not-found.tsx will only show if you call notFound() in products/[product]/page.tsx
View full answer

3 Replies

Original message was deleted
products/[product]/not-found.tsx will only show if you call notFound() in products/[product]/page.tsx
Answer
and look like your data fetching function throw an error so you see 500 error
Chestnut-backed Chickadee
ok got it thanks for the help!