I am following this tutorial of how to install readthedocs locally.
https://docs.readthedocs.io/en/latest/install.html
Everything works as expected, however there is a thing I cannot wrap my head around.
I have created user, activated him by clicking confirmation link and then in admin I tried to connect to github. What I get on this point is:
DoesNotExist at /accounts/github/login/callback/
SocialApp matching query does not exist.
Quick and dirty solution is to add github app in the admin (/admin/socialaccount/socialapp/add/) however in such case when I click connect account will be simply connected to that github account (and any other user will be prevented from connecting to anything).
What do I miss in my configuration?