Closed
Description
Description
I'm trying to create a not-found page but cannot access it. I tried stable and beta configuration steps.
Mandatory reproduction URL (CodeSandbox or GitHub repository)
https://github.com/Tomekmularczyk/next-intl-404
Reproduction description
Steps to reproduce:
- Open reproduction
- yarn install && yarn dev
- go to /abc (random URL)
- See that not-found.tsx page is not render but a default 404 page
Expected behaviour
I should see a page from not-found.tsx file