You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a server action that I call in my useEffect, and I can verify that on my server the action gets called but the response on the client is always undefined. I've tried a bare minimum example where I only return a promise that resolves to a string but even that returns undefined.
The text was updated successfully, but these errors were encountered:
Opened an issue on nextjs issues for this vercel/next.js#69022. The undefined response is definitely a critical bug and I hope someone can touch upon this
I have a server action that I call in my useEffect, and I can verify that on my server the action gets called but the response on the client is always undefined. I've tried a bare minimum example where I only return a promise that resolves to a string but even that returns undefined.
I'm not having that issue when dealing with server actions. Can you show an example?
I have a server action that I call in my useEffect, and I can verify that on my server the action gets called but the response on the client is always undefined. I've tried a bare minimum example where I only return a promise that resolves to a string but even that returns undefined.
The text was updated successfully, but these errors were encountered: