mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#973
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/945
Author: @Divkix
Created: 4/29/2026
Status: ✅ Merged
Merged: 4/30/2026
Merged by: @james-elicx
Base:
main← Head:fix/764-prerender-http-error-boundaries📝 Commits (8)
a289336fix: add ForbiddenBoundary/UnauthorizedBoundary for HTTP access fallback recovery (#764)6eb7addfix: address review feedback on ForbiddenBoundary/UnauthorizedBoundary (#945)d14afd4fix: remove duplicate forbidden/unauthorized path iteration and update comment2d3b448fix: align NotFoundBoundary digest matching and tests with Forbidden/Unauthorized patterns9b01172fix: resolve rebase conflicts — align manifest code with main refactorc59536afix: add null guards for notFoundPaths, forbiddenPaths, unauthorizedPaths in manifest0682267fix: reorder route-level boundary nesting for merge with main31b61femerge: resolve conflict with main in app-page-route-wiring.tsx📊 Changes
13 files changed (+444 additions, -100 deletions)
View changed files
📝
packages/vinext/src/entries/app-rsc-entry.ts(+2 -0)📝
packages/vinext/src/entries/app-rsc-manifest.ts(+15 -9)📝
packages/vinext/src/routing/app-router.ts(+11 -7)📝
packages/vinext/src/server/app-page-route-wiring.tsx(+64 -5)📝
packages/vinext/src/shims/error-boundary.tsx(+129 -1)📝
tests/__snapshots__/entry-templates.test.ts.snap(+90 -66)📝
tests/app-router.test.ts(+16 -0)📝
tests/entry-templates.test.ts(+13 -6)📝
tests/error-boundary.test.ts(+94 -6)📝
tests/prerender.test.ts(+2 -0)📝
tests/route-classification-manifest.test.ts(+4 -0)📝
tests/routing.test.ts(+2 -0)📝
tests/shims.test.ts(+2 -0)📄 Description
Fixes #764
Summary
ForbiddenBoundaryandUnauthorizedBoundaryclient components (matchingNotFoundBoundary) that catchNEXT_HTTP_ERROR_FALLBACK;403andNEXT_HTTP_ERROR_FALLBACK;401digests during RSC renderingbuildAppPageElementsforbiddenPaths/unauthorizedPathsdiscovery in the router and codegen pipelineUpstream
Next.js PR: https://github.com/vercel/next.js/pull/92231
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.