question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[bug] Can't open /accounts/login/ if socialaccount app is not listed in INSTALLED_APPS

See original GitHub issue

How 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:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
nemesisdesigncommented, Jan 11, 2021

I’ve been able to replicate also on openwisp-users and found the cause, moving it back and working on a fix. Thanks everyone.

2reactions
raoashish10commented, Oct 21, 2020

@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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found