Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not login with google account in deployment #3901

Closed
bahrom04 opened this issue Jun 17, 2024 · 1 comment
Closed

can not login with google account in deployment #3901

bahrom04 opened this issue Jun 17, 2024 · 1 comment

Comments

@bahrom04
Copy link

firstly it worked on locally after i deploing my app i changed this local url to my domain in google cloud console

from this:
http://127.0.0.1:8000
http://127.0.0.1:8000/accounts/google/login/callback/

to this:
https://kedi.uz
https://kedi.uz/accounts/google/login/callback/

and if i try to login https://kedi.uz/accounts/login/ throught google i got this error:

AttributeError at /accounts/google/login/callback/
module 'jwt' has no attribute 'PyJWTError'

@pennersr
Copy link
Owner

You possibly have jwt and PyJWT installed -- those 2 packages collide. In any case, not an issue in allauth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants