Tivix / django-rest-auth

This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
www.tivix.com
MIT License
2.41k stars 661 forks source link

SocialApp matching query does not exist. #615

Closed nomhoi closed 4 years ago

nomhoi commented 4 years ago

I get this error:

DoesNotExist at /auth/facebook/ SocialApp matching query does not exist.

Social app Facebook was added.

Local vars:

Variable Value
args ()
clone <QuerySet []>
kwargs {'provider': 'facebook', 'sites__id': 1}
limit 21
num 0
self <QuerySet []>
nomhoi commented 4 years ago

Found the problem.