What would cause a page to be canceled? I have a screenshot of the Chrome Developer Tools.
For my case, I had an anchor with click event like
Inside click event I had some network call, Chrome cancelling the request. The anchor has href
with ""
means, it reloads the page and the same time it has click event with network call that gets cancelled. Whenever i replace the href
with void like
The problem went away!