#Outgoing network requests timeout after 1 minute.

1 messages · Page 1 of 1 (latest)

limber shoal
#

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!

orchid prism
#

no answer to this, eh?

unreal shale
orchid prism
#

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

unreal shale
#

Link to where you found it, and maybe the code where you make the request?

orchid prism
#

it's just a regular remix loader that takes over 5 seconds to pull all the data