Hello folks, I am currently working on an application that needs to make a request to my backend which will take longer than a minute to respond back to the frontend due to many calculations occuring on the backend. My issue is that my outgoing requests are always timing out after 1 minute. Is there any way to extend this default timeout duration so that I can take as much time as I need to get the data from the backend? Thank you all for your time!
#Outgoing network requests timeout after 1 minute.
1 messages · Page 1 of 1 (latest)
no answer to this, eh?
Not in the last two-ish years 😆. Do you have a similar problem?
I have a remix + vite on netlify app and it has an abortDelay set to 5 seconds. found it in the netlify adapter, but can't figure out how to change it
Link to where you found it, and maybe the code where you make the request?