-
-
Notifications
You must be signed in to change notification settings - Fork 800
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
[Bug]: Cannot log in after docker installation, "invalid credentials" #944
Comments
Hi! I just tested this, and everything is working correctly for me. It's difficult to determine what the issue might be in your case without seeing your |
I had a similar problem at first, you need to uncomment the |
I am using the helm chart and I can confirm that in the chart, alongside the username/password secret, it is also required to have these set as top-level chart values:
My admin user got provisioned after setting these two values |
https://docs.planka.cloud/docs/installation/docker/production_version/ Now you can browse to http://YOUR_DOMAIN_NAME:YOUR_PORT and login as YOUR_ADMIN_EMAIL with password YOUR_ADMIN_PASSWORD try uncomment DEFAULT_ADMIN_EMAIL and DEFAULT_ADMIN_PASSWORD |
Where is the problem occurring?
None
What browsers are you seeing the problem on?
No response
Current behaviour
Attempting to login after default install per documentation https://docs.planka.cloud/docs/installation/docker/production_version,
Always shows "invalid credentials"
I tried the default values for DEFAULT_ADMIN_ env variables in the docker-compose as well as using my own custom.
the docker containers come up including the postgres, the login page shows up at http://localhost:3000/
but any values result in "invalid credentials"
Something wrong with the docker-compse.yaml or the instructions.
Desired behaviour
Attempting to login after default install per documentation https://docs.planka.cloud/docs/installation/docker/production_version,
Always shows "invalid credentials"
I tried the default values for DEFAULT_ADMIN_ env variables in the docker-compose as well as using my own custom.
the docker containers come up including the postgres, the login page shows up at http://localhost:3000/
but any values result in "invalid credentials"
Something wrong with the docker-compse.yaml or the instructions.
Steps to reproduce
Attempting to login after default install per documentation https://docs.planka.cloud/docs/installation/docker/production_version,
Always shows "invalid credentials"
I tried the default values for DEFAULT_ADMIN_ env variables in the docker-compose as well as using my own custom.
the docker containers come up including the postgres, the login page shows up at http://localhost:3000/
but any values result in "invalid credentials"
Something wrong with the docker-compse.yaml or the instructions.
Other information
Attempting to login after default install per documentation https://docs.planka.cloud/docs/installation/docker/production_version,
Always shows "invalid credentials"
I tried the default values for DEFAULT_ADMIN_ env variables in the docker-compose as well as using my own custom.
the docker containers come up including the postgres, the login page shows up at http://localhost:3000/
but any values result in "invalid credentials"
Something wrong with the docker-compse.yaml or the instructions.
The text was updated successfully, but these errors were encountered: