Skip to content

Commit 7aff663

Browse files
committed
Add response handling in app route handler
1 parent 5fcc4f7 commit 7aff663

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/next/errors.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -699,8 +699,9 @@
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": "Route is configured with dynamic = error which cannot be statically generated.",
703-
"702": "Invariant: app-route received invalid cache entry %s",
704-
"703": "Failed to persist Chrome DevTools workspace UUID. The Chrome DevTools Workspace needs to be reconnected after the next page reload.",
705-
"704": "Invariant: unexpected APP_ROUTE cache data"
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."
706707
}

0 commit comments

Comments
 (0)