Backend not found Request Method: GET Request URL: http://127.0.0.1:8000/oauth/login/google-oauth2/ Raised by: social_django.views.au

Environment:

- Language: Django
- Error: Backend not found
- Request Method: GET
- Request URL: http://127.0.0.1:8000/oauth/login/google-oauth2/
- Raised by: social_django.views.auth

Explanation:

1. The user made a GET request to the URL http://127.0.0.1:8000/oauth/login/google-oauth2/.
2. The Social Django library is handling the authentication process, specifically the Google OAuth2 login.
3. During the authentication process, an error occurred, indicating that the specified authentication backend could not be found.
4. The error is raised by the `social_django.views.auth` module.