hey everyone,
I’m encountering an issue in vercel serverless which gives me 504 error.
I have deployed hono backend that have / API endpoints(GET,POST), on get method it works fine. but with post method it gives me below error:
https://hono-serverless-gateway-timeout-error.vercel.app/
Here is the repo for reproducing the issue:
repo: GitHub - cyberboyanmol/hono-serverless-gateway-timeout-error
Any advice on how to resolve this?