mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Service up but I can not login because it rejects the entry of credentials (Demo user: demo@demo.demo demo). #269
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Arturo-Penas-Rial on GitHub (Jan 3, 2023).
Hi @meltyshev
In Docker environment on CENTOS, I follow the installation instructions rigorously, and I raise the service up (docker-compose) and access the Web portal, but I can not login because it rejects the entry of credentials (Demo user: demo@demo.demo demo).
I guess the credentials have been changed or maybe I have not initialized the database correctly.
I have also tried in DEV environment using "git clone" but problems arise from the use of NODE 10, which is deprecated.
How can I run and login to the application, please? I will appreciate your support.
Thanks for your shared work!
@Arturo-Penas-Rial commented on GitHub (Jan 3, 2023):
Attached you can see database service log ...

@ghost commented on GitHub (Jan 3, 2023):
I had the same problem, I'll explain what I did to make it work.
First I just copied the docker-compose.yml file and started the service but the same thing happened to me, the username and password didn't work.
Then what I did was enter the repository, clone the repository and inside the repository run docker-compose up -d
In this way I was able to enter with the user demo@demo.demo and password demo
@Arturo-Penas-Rial commented on GitHub (Jan 3, 2023):
I guess it is because the DB was not initialized, but I can't find how to do it either! The only alternative is the DEV environment but it doesn't work for me either with Node version 10. Let's wait and see if we get support :-) It is an excellent product but maybe the new version was not sufficiently tested.
@ghost commented on GitHub (Jan 3, 2023):
Do you know any other kanban alternative like this? that is also local to implement in my company
@meltyshev commented on GitHub (Jan 3, 2023):
Hi! It looks like there is nothing wrong with the database, if the user was not created there would be an error that the user was not found, but if the whole database is not created, you can just delete the volume db-data and it should recreate itself.
What
BASE_URLenvironment variable did you specify and what URL do you enter in the browser?Can you provide what appears in
Developer Tools (F12) -> Networkwhen you trying to log in?@Arturo-Penas-Rial commented on GitHub (Jan 3, 2023):
Hi, Thanks for your support. Te issue was solved! You are my guru :-) Best wished for 2023!