[Answer]-Django REST framework API only working from the API project

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.

Leave a comment