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
+2-1
Original file line number
Diff line number
Diff line change
@@ -672,5 +672,6 @@
672
672
"671": "Specified images.remotePatterns must have protocol \"http\" or \"https\" received \"%s\".",
673
673
"672": "Expected `telemetry` to be set in globals",
674
674
"673": "Failed to find Server Action \"%s\". This request might be from an older or newer deployment.%s\\nRead more: https://nextjs.org/docs/messages/failed-to-find-server-action",
675
-
"674": "This function cannot be used in the edge runtime"
675
+
"674": "This function cannot be used in the edge runtime",
676
+
"675": "Action handler not found in action module"
0 commit comments