social-core icon indicating copy to clipboard operation
social-core copied to clipboard

Error 500 on facebook

Open juancresc opened this issue 2 years ago • 1 comments

Expected behaviour

Redirect to login to facebook screen

Actual behaviour

Error 500 in URL

/social-auth/login/facebook/

What are the steps to reproduce this issue?

Click on the login button and then error 500

Any logs, error output, etc?

No error logs, even if I do it from runserver I see nothing but still an error 500 in the website

social-auth-app-django==5.0.0
social-auth-core==4.3.0

juancresc avatar Jan 10 '23 14:01 juancresc

Hard to reproduce with the info you share...

Did you add social_django to the INSTALLED_APPS?

Did you run python manage.py migrate to have Python Social Auth models in the DB?

Did you configure the urls.py properly?

Did you add social_core.backends.facebook.FacebookOAuth2 to the AUTHENTICATION_BACKENDS?

Could go on...

tiago-peres avatar Feb 18 '23 23:02 tiago-peres