How deal with Error: Failed to find Server Action? #75175
Answered
by
icyJoseph
J4v4Scr1pt
asked this question in
Help
SummaryHave 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.
Additional informationNo response ExampleNo response |
Answered by
icyJoseph
Jan 22, 2025
Replies: 1 comment 6 replies
|
Sounds like Version Skew, https://nextjs.org/docs/app/building-your-application/deploying#version-skew Probably originating from: |
6 replies
Answer selected by
J4v4Scr1pt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sounds like Version Skew, https://nextjs.org/docs/app/building-your-application/deploying#version-skew
Probably originating from: