I was following the documentation on drf social auth https://github.com/st4lk/django-rest-social-auth/tree/master
I've encountered an issue while working with Django-Rest-Social-Auth and Simple-JWT. The error message is as follows:
NoReverseMatch at /api/login/social/jwt-pair/facebook/
'http' is not a registered namespace
I've registered my path in the root urls.py (located in the config folder) as follows:
path("api/login/", include("rest_social_auth.urls_jwt_pair"))
Despite referring to the documentation, I'm unable to resolve this error. If anyone has encountered a similar issue or has insights into what might be causing this problem. Could someone kindly assist?