How deal with Error: Failed to find Server Action? #75175
-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
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.
Sounds like Version Skew, https://nextjs.org/docs/app/building-your-application/deploying#version-skew
Probably originating from: