Forums

Problem with ajax requests

Hi I have problem when I deploy django project, it works but there is an issue the ajax requests not works, it blocked as I think. I hope if there is any solution for this issue and Thank you.

We do not block AJAX, if they are being blocked it's because of something you're doing. You can see what is happening to your requests so you can debug the problem by looking at the network section of your browser's developer tools when you are making the ajax requests.