Login into DashBoard as SuperUser fails when hosted on Docker on Debain OS #3700
Unanswered
KarthikHebbarMN
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Deployed saleor on docker on a VM(Debian OS) using the steps mentioned in the documentation.
I entered an email and password; the same email and password fails when attempting to log in to the dashboard.
Used the create super user command to create another superuser and tried authenticating , same thing happens and we get 'Login Failed, Please try again later.'
All of this works perfectly when tested locally on DockerDesktop, Windows
Command for reference
docker compose run --rm api python3 manage.py createsuperuserReferred :
#484
Solution didn't work as it from 2020 and django might be updated now as the same set of commands are not available now.
I'm new to django as I am from C# background.
Kindly do let me know if there are changes I should do.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions