Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Browser aborts the POST request exactly after 60 seconds.

  • No replies
  • 0 have this problem
  • 7 views
more options

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
Attached screenshots