Next.js Discord

Discord Forum

App router error 408 with method POST in Cloud Function

Unanswered
Atlantic herring posted this in #help-forum
Open in Discord
Atlantic herringOP
I deploy nextjs (13.4.7) with firebase using cloud function v2 (backed with cloud run), when I hit api method GET it run smoothly, but when using method POST is return error 408 and sometime 502. I googled when using pages router, we can set config to disable bodyParser, but I using App router and I don't know how to disable bodyParser.

0 Replies