You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running in Windows generates an "Error: XMLHttpRequest error." due to CORS not being enabled on Django.
Adding CORS to django (for example by installing install django-cors-headers and enabling in settings.py) corrects the error.