danihodovic / django-allauth-ui

Nice looking templates for django-allauth
https://django-allauth-ui.hodovi.ch
MIT License
207 stars 25 forks source link

Login/SignUp page is not same in Production environment #92

Closed sahaavi closed 1 week ago

sahaavi commented 1 week ago

This is how my login page looks like in production environment. image

Here's how it looks like in local development environment image

How can I fix the issue for production environment?

Thanks in advance!

sahaavi commented 1 week ago

Able to fix part of the problem by mentioning the version details of allauth and allauth ui package in requirements.txt. But can't sign up and it's not showing the Google sign in with a third party buttion.

image

sahaavi commented 1 week ago

Able to fix part of the problem by mentioning the version details of allauth and allauth ui package in requirements.txt. But can't sign up and it's not showing the Google sign in with a third party buttion.

image

Fixed it by providing Social Applications Information on django backend admin panel in production environment.