NextJS 404 Error Page
Answered
Mike posted this in #help-forum
MikeOP
hello, how i can create an 404 error page with the new app router. i tried this but it doesnt work. /app/404/page.tsx
Answered by B33fb0n3
you can create a [not-found.ts](https://nextjs.org/docs/app/api-reference/file-conventions/not-found) inside your root dir. That will redirect all 404 not found results directly to this page
4 Replies
@Mike hello, how i can create an 404 error page with the new app router. i tried this but it doesnt work. /app/404/page.tsx
you can create a [not-found.ts](https://nextjs.org/docs/app/api-reference/file-conventions/not-found) inside your root dir. That will redirect all 404 not found results directly to this page
Answer
@Mike solved?
MikeOP
Yes