Axios has made a change in version 0.21.2 that no longer adds a handler for onreadystatechange if the browser supports onloadend. Since the passthrough logic does not watch for the loadend event it does not pass it through. The result is that axios requests that should passthrough just hang.