Skip to content

Commit 692a3e1

Browse files
committed
Add response handling in app page handler
1 parent f9f8a57 commit 692a3e1

File tree

7 files changed

+924
-208
lines changed

7 files changed

+924
-208
lines changed

packages/next/errors.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,5 +703,7 @@
703703
"702": "Invariant: unexpected APP_ROUTE cache data",
704704
"703": "Route is configured with dynamic = error which cannot be statically generated.",
705705
"704": "Route is configured with dynamic = error be statically generated.",
706-
"705": "Route is configured with dynamic = error that cannot be statically generated."
706+
"705": "Route is configured with dynamic = error that cannot be statically generated.",
707+
"706": "Invariant: static responses cannot be streamed %s",
708+
"707": "Invariant app-page handler received invalid cache entry %s"
707709
}

0 commit comments

Comments
 (0)