-
SummaryHey Vercel team, Recently, I'm not sure what happened. I haven't made any changes to the dependencies. I'm having trouble with a new deployment in my project - it's giving me a 504 timeout error, and all my previous deployments are showing the same issue. I had a similar problem before and fixed it by changing Could you help me take a look and see what's going on? The final Deployment: 504: GATEWAY_TIMEOUT Additional information504: GATEWAY_TIMEOUT
Code: FUNCTION_INVOCATION_TIMEOUT
ID: hnd1::fs8k9-1679151302268-044a719e1f27Example |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Thank you for reaching out. The most common reason for a FUNCTION_INVOCATION_TIMEOUT Error is that a Serverless Function reached the timeout limit (10 seconds for Hobby accounts, 60 seconds for Pro accounts, and 90 seconds for Enterprise accounts) because of an upstream provider taking too long to respond. The first step I would typically recommend is to check your upstream provider for slowness. If you already confirmed that isn't the problem, do you have a minimal reproducible example that we can use for debugging? |
Beta Was this translation helpful? Give feedback.
-
|
Experiencing something similar, been tinkering a lot and still can't get it working. https://github.com/orgs/vercel/discussions/1910 |
Beta Was this translation helpful? Give feedback.

Thank you for reaching out. The most common reason for a FUNCTION_INVOCATION_TIMEOUT Error is that a Serverless Function reached the timeout limit (10 seconds for Hobby accounts, 60 seconds for Pro accounts, and 90 seconds for Enterprise accounts) because of an upstream provider taking too long to respond.
The first step I would typically recommend is to check your upstream provider for slowness. If you already confirmed that isn't the problem, do you have a minimal reproducible example that we can use for debugging?