I'm encountering a problem with http requests in my React/Nodejs app. When I'm trying to do a request that takes a long time (like 4 minutes or more) before sending response to the client the request is aborted. Is there any timeout for requests or something I'm not considering?
That's the response of my POST request: Failed to load resource: net::ERR_EMPTY_RESPONSE
Is there maybe something to handle with AbortController?