POTENTIAL BUG with latest version release (0.62.0) and Docker #3757
ryan-bloom
started this conversation in
General
Replies: 1 comment 2 replies
-
Not sure, but this might be due to this #3758 -- so make sure that your installation uses (see backwards incompatible note over at https://allauth.org/news/2024/04/django-allauth-0.62.0-released/ ) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use django-allauth for my application and everything was working well until recently I noticed that the social account login buttons were missing from my login page when building and running my application in docker. The social account login buttons still showed up and worked as expected when running my application locally, but they disappeared when running docker.
Local:
Docker:
Nothing changed in my code but I noticed that my version of django-allauth was set to
>=0.61.1
and I noticed that version0.62.0
was released right around the time. When I change my django-allauth import to be==0.61.1
the social account login button re-appears.I hope this is helpful for anyone!!
Beta Was this translation helpful? Give feedback.
All reactions