Skip to content

Commit 8253c38

Browse files
committed
Add response handling in app page handler
1 parent f9f8a57 commit 8253c38

File tree

6 files changed

+656
-85
lines changed

6 files changed

+656
-85
lines changed

packages/next/errors.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,5 +703,6 @@
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"
707708
}

0 commit comments

Comments
 (0)