vercel · vercel/FUNCTION_INVOCATION_TIMEOUT
FUNCTION_INVOCATION_TIMEOUT
Function Invocation Timeout
A Vercel Function did not finish within its configured maximum duration. Common causes are a slow upstream API or database call, or an unhandled promise that never resolves. Returned with HTTP 504; check the function's duration limit for the current plan and add timeouts around external calls.