You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to work the example docker-compose from django react example
after creating superuser, was trying to login from: http://localhost:10000/account/login hitting Unauthorized: /_allauth/browser/v1/auth/login
any chance you guys can help understand
my steps:
downloading and extracting the example
docker compose up
hit an error, and googling it it came to that I needed to add ACCOUNT_EMAIL_VERIFICATION_BY_CODE_ENABLED=True
now its working
creating superuser from an additional console docker exec
opening browser to http://localhost:10000/account/login
providing creds
getting Unauthorized: /_allauth/browser/v1/auth/login in the console
intanse debugging and I can't understand, cookies are empty at django server side
but coming out from react (it can be seen in browser console )
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hi,
UPDATE:
found the mail dummy and٠sokve it
I am trying to work the example docker-compose from django react example
after creating superuser, was trying to login from:
http://localhost:10000/account/login
hittingUnauthorized: /_allauth/browser/v1/auth/login
any chance you guys can help understand
my steps:
ACCOUNT_EMAIL_VERIFICATION_BY_CODE_ENABLED=True
http://localhost:10000/account/login
Unauthorized: /_allauth/browser/v1/auth/login
in the consoleintanse debugging and I can't understand, cookies are empty at django server side
but coming out from react (it can be seen in browser console )
here is the docker console, what am I missing ?
Beta Was this translation helpful? Give feedback.
All reactions