Open pbk0 opened 7 years ago
Are you getting a CORS error in your browser? If so you'll need to add the StackBlitz domain (the one ending in .io) to https://github.com/gothinkster/django-realworld-example-app/blob/f2bb39548f4c6d969ff6c12c490d1e34d6331fc4/conduit/settings.py#L132
All settings are correct in django. I think the problem is that django backend and react frontend are on two different domains and not on the same server. But in that case, the purpose of CORS is too let that happen right? But still, I am failing to get it working.
I deployed the django backend on Azure and then updated the URL in ajent.js (React frontend) to point to django backend. It does not proceed. Do I need to some more changes for this to work?