only plain objects can be passed to client components from server components. response objects not s
Unanswered
Chinese Alligator posted this in #help-forum
Chinese AlligatorOP
The previous version of nextjs could return a response as an object but using the latest version of nextjs, retuning a a json response is not supported, please what are the other alternatives to return a res.json on the server
1 Reply
Chinese AlligatorOP