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
+3-1
Original file line number
Diff line number
Diff line change
@@ -666,5 +666,7 @@
666
666
"665": "Failed to find Server Action \"%s\". This request might be from an older or newer deployment.\\nRead more: https://nextjs.org/docs/messages/failed-to-find-server-action",
667
667
"666": "Turbopack builds are only available in canary builds of Next.js.",
668
668
"667": "receiveExpiredTags is deprecated, and not expected to be called.",
669
-
"668": "Internal Next.js error: Router action dispatched before initialization."
669
+
"668": "Internal Next.js error: Router action dispatched before initialization.",
670
+
"669": "Invariant: --turbopack is set but the build used Webpack",
671
+
"670": "Invariant: --turbopack is not set but the build used Turbopack. Add --turbopack to \"next start\"."
0 commit comments