504 Timeout error (was working for months until today)
Unanswered
ctai posted this in #help-forum
ctaiOP
Can anyone provide some guidance on why I might be hitting the error below? My app was working with no issues for a few months up until 2 days ago. I went back to it today (no code changes) and am now seeing a timeout error (on multiple Vercel apps).
The 504 error you're facing might be due to a FUNCTION_INVOCATION_TIMEOUT error, which occurs when the request for a Serverless Function reaches the timeout threshold. This is an application error.
- I have a hobby account
- I'm only sending 3 variables to the API ( 2 strings and 1 number )
- Based on a few console.logs, it looks like it's not even entering the Fetch function at all (so should not be impacted by a db connection)
- log below
The 504 error you're facing might be due to a FUNCTION_INVOCATION_TIMEOUT error, which occurs when the request for a Serverless Function reaches the timeout threshold. This is an application error.
- I have a hobby account
- I'm only sending 3 variables to the API ( 2 strings and 1 number )
- Based on a few console.logs, it looks like it's not even entering the Fetch function at all (so should not be impacted by a db connection)
- log below