Hi Everyone,
The company I work for use KendoUI through JQuery and MVC.
We are doing Ajax calls via KendoGrid using Razor Pages. We have been getting a few status code 0 Ajax errors and are unsure how to proceed.
We log all of our errors into Raygun but once logged these Ajax errors do not have a stacktrace other than the message.
I.E: "AJAX ERROR: error POST /File/Controller/Method/Parameters".
Theses errors do not always occur to every customer, and often happen sporadically.
We have ruled out the possibility of firewall/timeouts due to other calls becoming success seconds before and after these calls.
What else could be the reason for these status code 0 ajax calls?
What is the most efficient way log an error stacktrace through these KendoGrid Ajax calls?
Or better how can we avoid status code 0?
Thanks in advance.