I’m proxying requests to an API server and some requests take quite long. They seem to timeout after 28 seconds and I’m receiving a 500 status code.
I could not find anything in the Netlify docs about this. Also I checked if it was the API server giving the timeout, but directly requesting the API server did not result in a timeout.
Is there any way I can increase this timeout?