After successfully running AJAX requests on my new version, which was in a sub directory of my site (www.staging.easyuniv.com), I moved the site to the main directory to make it live (www.easyzag.com). Although everything seems to be functioning properly, some AJAX requests are being 'cancelled' when viewed in the network tab of Chrome Dev Tools.
Interestingly, other requests that go to the same API file are working perfectly fine. Even copying the URL of the malfunctioning requests results in a valid response. I tried debugging but didn't find any clues, and there are no errors in the console.
Do you have any suggestions on what I should investigate next?
Thank you!
EDIT: The issue now affects staging as well, indicating that the problem arose during the upload process. The inconsistency lies in the fact that some requests are successful, while the 'deals/randomActive' request fails.