#Failed to find Server Action on production

4 messages · Page 1 of 1 (latest)

delicate wolf
#

I'm having the same problem described here

Essentially, I have a form that allows users to submit support messages. It's a client component, that imports a server action from another file. That action is what persists the message. But I'm consistently getting the following error, but only in prod.

Error: Failed to find Server Action "bc81a9de752a2e5bccc63eff66907dd50f7a6aac". This request might be from an older or newer deployment. Original error: Cannot read properties of undefined (reading 'workers')

I'm on next 15.0 and deploying on fly.io

GitHub

I recently deployed an App dir 14.0.1 Nextjs application and have several users using it at my company. It uses server actions heavily. This AM i started getting some errors in Sentry: Failed to fi...

wicked ivyBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

mint wraith
#

Yeah, I mean if others are having itt and have opened and issue on GH its not very likely to have a solution here not saying you cant post just giving you a heads up.

delicate wolf
#

Figured I'd ask. Looks like a long running issue and I'm assuming I'm maybe just doing something wrong