You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/next/errors.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -947,5 +947,9 @@
947
947
"946": "Failed to deserialize errors.",
948
948
"947": "Expected `sendErrorsToBrowser` to be defined in renderOpts.",
949
949
"948": "Failed to serialize errors.",
950
-
"949": "Route %s errored during %s. These errors are normally ignored and may not prevent the route from prerendering but are logged here because build debugging is enabled.\n\nOriginal Error: %s"
950
+
"949": "Route %s errored during %s. These errors are normally ignored and may not prevent the route from prerendering but are logged here because build debugging is enabled.\n\nOriginal Error: %s",
951
+
"950": "The manifests singleton was not initialized.",
952
+
"951": "The client reference manifest for route \"%s\" does not exist.",
953
+
"952": "Cannot access \"%s\" without a work store.",
954
+
"953": "This is a proxied client reference manifest. The property \"%s\" is not handled."
0 commit comments