Next.js Discord

Discord Forum

Costume error page

Answered
California pilchard posted this in #help-forum
Open in Discord
California pilchardOP
Am trying so hard to change this bold error page and also add few other error pages but i cant, anytips how to
Answered by B33fb0n3
You can use the nextjs not-found.js page[ (see here)](https://nextjs.org/docs/app/api-reference/file-conventions/not-found)

The same goes for typescript as not-found.tsx
View full answer

5 Replies

Answer
@California pilchard solved?
The “not-found.tsx” file must be placed at the same level your routes are, or if you want a general 404 error fallback you can place it next to the root layout (layout.tsx).

Follow the docs, they’re great!
@B33fb0n3 <@1288952856136908894> solved?
California pilchardOP
Yep