Skip to content

Commit c888a7d

Browse files
committed
Add response handling in app page handler
1 parent 7aff663 commit c888a7d

File tree

7 files changed

+924
-207
lines changed

7 files changed

+924
-207
lines changed

packages/next/errors.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,5 +703,8 @@
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",
709+
"708": "Failed to persist Chrome DevTools workspace UUID. The Chrome DevTools Workspace needs to be reconnected after the next page reload."
707710
}

0 commit comments

Comments
 (0)