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
Thanks for making issue. I have managed to make a minimal reproduction with h3 and vercel-edge isolated from nitro (don't ask me how! emulating builder output is a mess..) but anyway it works as expected: https://h3-on-vercel-edge.vercel.app/
This seems a bug originating from how nitro handles request body for vercel edge. So let's keep tracking it there (nitrojs/nitro#1718 > nitrojs/nitro#1721)
Environment
nuxt 3.7.1
Reproduction
It logs
start 1
and then it hung until it eventually dies with a502
.Describe the bug
When I
await readFormData(event)
it never resolves and eventually it dies with a 502.Additional context
Tested on vercel-edge
Logs
No response
The text was updated successfully, but these errors were encountered: