Skip to content

Commit 59a79bd

Browse files
authored
Add response handling in app route handler (#80297)
1 parent 25ad33d commit 59a79bd

File tree

8 files changed

+1154
-337
lines changed

8 files changed

+1154
-337
lines changed

packages/next/errors.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,5 +699,12 @@
699699
"698": "Next DevTools: Can't dispatch %s in this environment. This is a bug in Next.js",
700700
"699": "Next DevTools: App Dev Overlay is already mounted. This is a bug in Next.js",
701701
"700": "Next DevTools: Pages Dev Overlay is already mounted. This is a bug in Next.js",
702-
"701": "Failed to persist Chrome DevTools workspace UUID. The Chrome DevTools Workspace needs to be reconnected after the next page reload."
702+
"701": "Invariant: app-route received invalid cache entry %s",
703+
"702": "Invariant: unexpected APP_ROUTE cache data",
704+
"703": "Route is configured with dynamic = error which cannot be statically generated.",
705+
"704": "Route is configured with dynamic = error 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."
703710
}

0 commit comments

Comments
 (0)