Skip to content

Do not show server communication modal for interrupted AJAX requests

In this merge request, we suppress the error dialog box (shown below) whenever a request is cancelled due to the user navigating and aborting a running request in the frontend. We suppress showing the error dialog if the request's statusText === abort, since showing a "Server communication popup" seemed misleading in this scenario. However, if there's a reason for this behaviour, kindly let us know.

image

Contributors

I'm including @KPull who was also involved in this change.

Merge request reports