Next.js Discord

Discord Forum

Error: Failed to find Server Action

Unanswered
North Pacific hake posted this in #help-forum
Open in Discord
North Pacific hakeOP
Hi there, just updated my deployment and now I am getting this for a simple function which is getting data from db.

today at 9:59:44 AM Error: Failed to find Server Action "xyz". This request might be from an older or newer deployment. Original error: Invariant: Couldn't find action module ID from module map.
today at 9:59:44 AM     at rv (/nextjs/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:16:1666)
today at 9:59:44 AM     at /nextjs/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:15:7002
today at 9:59:44 AM     at AsyncLocalStorage.run (node:async_hooks:346:14)
today at 9:59:44 AM     at rg (/nextjs/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:15:6317)
today at 9:59:44 AM     at rz (/nextjs/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:16:24715)
today at 9:59:44 AM     at /nextjs/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:16:27397
today at 9:59:44 AM     at AsyncLocalStorage.run (node:async_hooks:346:14)
today at 9:59:44 AM     at Object.wrap (/nextjs/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:13:16207)
today at 9:59:44 AM     at /nextjs/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:16:27287
today at 9:59:44 AM     at AsyncLocalStorage.run (node:async_hooks:346:14)

0 Replies