1👍
✅
After some discussion it came to light that the error had to do with Cross Origin Resource Sharing policies.
0👍
A solution tailored for Django is to use django-cors-header, as recommended by the django REST framework documentation.
- [Answer]-How to use the same auth userprofile in multiple apps in Django 1.6
- [Answer]-Django: Creating editable default values for model instance based on foreignkey existance
Source:stackexchange.com