[Answered ]-"detail": "Authentication credentials were not provided." Django-rest-frameweork and React

1👍

if in your settings.py file you have the following syntax remove them help me to work fine

'AUTH_HEADER_TYPES': ('Bearer',),
'AUTH_HEADER_NAME': 'AUTHORIZATION',
👤Aboy

Leave a comment