How deal with Error: Failed to find Server Action? #75175
Unanswered
J4v4Scr1pt
asked this question in
Help
Replies: 1 comment 1 reply
-
Sounds like Version Skew, https://nextjs.org/docs/app/building-your-application/deploying#version-skew Probably originating from: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Have an NextJs 15 application running in Standalone mode on a k8s cluster. It works just great, but from time to time I see the below Error in our DataDog logs.
How do you approach this error? Maybe it's an unavoidable error? E.g. if a user have a tab open and we deploy something new and then the user tries to use a function that points to an old version.
[Error: Failed to find Server Action "703m36f2a5b470326026df98114b165be87b2ec178". This request might be from an older or newer deployment. Original error: Cannot read properties of undefined (reading 'workers')]
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions