Issue with c.req.formData() on Vercel
Hi I have a Hono API deployed on Vercel. I have a function that starts like this
For some reason when I send a request to this endpoint's function... it just hangs and times out on the
This line works just fine locally.. but when I deploy to Vercel.. it just hangs and eventually times out.
Anyone know what the issue could be?
For some reason when I send a request to this endpoint's function... it just hangs and times out on the
const formData = await c.req.formData() line. This line works just fine locally.. but when I deploy to Vercel.. it just hangs and eventually times out.
Anyone know what the issue could be?
