Closed AnastasiiaRamona closed 2 months ago
Thanks for the report! This appears to be a bug on the Next.js side as the example doesn't use parallel routes at all.
I haven't traced this further, as the 404 page seems to be working as expected. If you like, you can raise an issue on the Next.js issue tracker—I'd be happy to follow along!
Description
The problem was found in the App Routing example.
When you go to the not-found page, you may see a warning: "No default component was found for a parallel route rendered on this page. Falling back to nearest Not Found boundary" and also an error: "GET http://localhost:3000/en/shshf 404 (Not Found)" in the console.
Screenshots:
The problems are not removed with the proposed default.js file. I have the same issue with my App Router project.
Verifications
Mandatory reproduction URL
App Router
Reproduction description
Steps to reproduce:
Expected behaviour
No warnings or errors in the console.