-
Notifications
You must be signed in to change notification settings - Fork 27.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not-found
path doesn't include / derivate layout
#52937
Comments
Fixed by #52790 |
But the fix is reverted before release v13.4.11 ? |
Sorry to say, but actually it's not fixed with the latest version. |
It looks like @huozhi re-landed the fix in #52985 (reviewed by @ijjk and published in |
Having a custom not-fount.tsx/jsx won’t load id notFound is fired. This works fine in 13.4.9 |
I think it's already fixed in [email protected] |
that's what you Think.. but it is not. Easy closing? |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Verify canary release
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000 Binaries: Node: 16.14.0 npm: 9.7.2 Yarn: 1.22.19 pnpm: 8.3.0 Relevant Packages: next: 13.4.10 eslint-config-next: 13.4.10 react: 18.2.0 react-dom: 18.2.0 typescript: 5.1.6 Next.js Config: output: N/A
Which area(s) of Next.js are affected? (leave empty if unsure)
App Router
Link to the code that reproduces this issue or a replay of the bug
https://vercel.com/sozonome/nextjs-reproduce-not-found-issue
To Reproduce
Steps to Reproduce
not-found.js/ts
filenext dev
(also reproduced in build version)Actual Result
Will show 404 / not-found page, but doesn't include what's defined/composed in layout.js/ts
Expected Result
Will show 404 / not-found page and include what's defined/composed in layout.js/ts
Describe the Bug
app/not-found
doesn't include layout since v13.4.10not-found not include layout samples:
Expected Behavior
app/not-found
include layout (it has been that way before v13.4.10, and there's no update in the documentation of next.js that says otherwise)Which browser are you using? (if relevant)
Brave v1.52.130
How are you deploying your application? (if relevant)
Vercel
The text was updated successfully, but these errors were encountered: