Skip to content

Commit 5fcc4f7

Browse files
committed
Add response handling in pages handler
1 parent f2bf3c2 commit 5fcc4f7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

packages/next/errors.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -699,10 +699,8 @@
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": "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": "Failed to persist Chrome DevTools workspace UUID. The Chrome DevTools Workspace needs to be reconnected after the next page reload."
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"
708706
}

0 commit comments

Comments
 (0)