Browser aborts the POST request exactly after 60 seconds.
Hi.
we send a POST query in our web application, but this is aborted exactly after 60 seconds in Firefox. Our timeout for this query is set to 5 minutes. However, this error does not happen in other browsers! We also use ServiceWorker. The error "NS_ERROR_DOM_ABORT_ERR" is displayed in developer tools.
We have also changed all the timeout settings under about:config. But without success!
What do we have to do so that the query doesn't always abort after 60 seconds?
Thank you and best regards
Hi.
we send a POST query in our web application, but this is aborted exactly after 60 seconds in Firefox. Our timeout for this query is set to 5 minutes. However, this error does not happen in other browsers! We also use ServiceWorker.
The error "NS_ERROR_DOM_ABORT_ERR" is displayed in developer tools.
We have also changed all the timeout settings under about:config. But without success!
What do we have to do so that the query doesn't always abort after 60 seconds?
Thank you and best regards