Nested not found pages #53486
darklight9811
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
If I'm not mistaken, rendering local not-found.tsx pages was possible until ver. 13.4.9 #48227. I had to rollback from ver. 13.4.12 to 13.4.9 because of this. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It should be possible to define |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goals
Background
This complicates the life of applications that uses localization. And it differs from the error boundary behavior, making this look like a bug. And it seems counter intuitive to trigger them only on manual calls.
When there are several people complaining that this looks like a bug, I really think this should be look into.
Proposal
When there are sub not-found files in the app router directories, fallback to them instead of root one. This allows to fit them in layouts/templates/etc, enabling the full power of app router.
Beta Was this translation helpful? Give feedback.
All reactions