Next.js Discord

Discord Forum

Nextjs Server Action not Support in Chat GPT (stream flag : true) ??

Unanswered
American black bear posted this in #help-forum
Open in Discord
American black bearOP
I am currently using react-query's useMutation to communicate with gpt (stream flag: true). When I used the API router, it worked normally, but when I switched to server action, the following error occurred.

=> Error: Only plain objects, and a few built-ins, can be passed to Client Components from Server Components. Classes or null prototypes are not supported.
at stringify (<anonymous>)

I want to know the reason and solution. thanks

0 Replies