I have a request that takes more than 2 minutes to prepare the data in the backend and transmit it. The angular default time out for the HTTP request observable is 2 minutes. Any idea of how to increase the default timeout?
I read and tried the proposed solution in the following links, but all of them are working if you want to set the timeout less than 2 minutes, and none of them will work for increasing the timeout!!
https://rxjs-dev.firebaseapp.com/api/operators/timeout
Can't have a timeout of over 2 minutes with this.http.get?
How to increase waiting time for HttpClient request in angular 5?