Error: Failed to find Server Action. This request might be from an older or newer deployment. Original error: Cannot read properties of undefined (reading 'workers') #65969
Replies: 5 comments 17 replies
-
i have this issue too can not find anything on this. did you found already a solution? |
Beta Was this translation helpful? Give feedback.
-
Seems like a bug with importing, eg:
export * from './actions'
If you import from the cc @shuding (sorry for the ping) |
Beta Was this translation helpful? Give feedback.
-
I get this with 15.1.5
How can I even track which action it is? |
Beta Was this translation helpful? Give feedback.
-
Same issue here |
Beta Was this translation helpful? Give feedback.
-
For everyone who is suffering this, you can read #75541 (comment) |
Beta Was this translation helpful? Give feedback.
-
Summary
I'll explain what my problem is.
I have a package in which I expose a client component that calls a server action on a button click.
Now if I use this component in my nextjs application within a server component it works normally.
However, if I use this component within another client component I receive the following error.
Help me solve this problem. I can't figure it out.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions