Getting 504 Gateway-timeout error on hono serverless api
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?
GitHub
GitHub - cyberboyanmol/hono-serverless-gateway-timeout-error
Contribute to cyberboyanmol/hono-serverless-gateway-timeout-error development by creating an account on GitHub.
1 Reply
Have you set the env variable inside the Vercel project
NODEJS_HELPERS=0
?