[bug] Can't open /accounts/login/ if socialaccount app is not listed in INSTALLED_APPS
See original GitHub issueHow to replicate:
- add new user, specify email address
- look at the console, the email should be printed, including the link to verify the email address, click on the link
- exception is raised:
ImproperlyConfigured at /accounts/login/
No Facebook app configured: please add a SocialApp using the Django admin
Expected behavior: no exception raised, email address is confirmed.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
App not displayed in Settings App | Apple Developer Forums
Whenever I fresh install my app onto my device, it is not showing up in the ... a real problem when I need...
Read more >How To Authenticate Django Apps using django-allauth
After a successful login, your username and the Logout link will be displayed on the website. NOTE: During this process, you may get...
Read more >please add a SocialApp using the Django admin
I actually configured a facebook app in Django Admin but can't understand why it's giving this exception. Exception Type: ImproperlyConfigured ...
Read more >[BUG] Longhorn App installed through UI is not shown under ...
If I try to install Longhorn App again it shows 'Update' and when selecting the link in 'This chart has a fixed namespace...
Read more >The complete django-allauth guide - DEV Community
Create a Django project if you already don't have one. ... your installed apps section, it should be similar to the code given...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve been able to replicate also on openwisp-users and found the cause, moving it back and working on a fix. Thanks everyone.
@nemesisdesign I tried to replicate the issue, but I am able to confirm the user. Any other way I can try to replicate the issue?