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

bad credentials #137

Open
kerolayne opened this issue Sep 4, 2024 · 3 comments
Open

bad credentials #137

kerolayne opened this issue Sep 4, 2024 · 3 comments

Comments

@kerolayne
Copy link

I configured an instance following the steps indicated in a test environment, but the username and password do not return "bad credentials", how can I resolve this?

@mgrochalskisoldevelo
Copy link
Contributor

Hi @kerolayne, could you please provide more details about the issue you're encountering?

@kerolayne
Copy link
Author

I configured it as described in the readme, and when using the credentials described in it, they show as not found. I'm attaching a printout with the error that appears when I try to log in.
adm password
Captura de tela 2024-09-05 112134

@mgrochalskisoldevelo
Copy link
Contributor

mgrochalskisoldevelo commented Sep 5, 2024

In general to make application run it should be enough:

Clone Repository
Run:

cp settings-sample.env settings.env

change ip's in settings.env to yours, for example http://192.168.0.23, then run:

docker compose pull
docker compose up

Once containers initialize wait around 5 minutes. Verify all containers are up and running with docker ps.

You can also verify if the local database contains demo data (for example administrator user).
spring_profiles_active=demo-data,refresh-db should upload new data with each start.
command: postgres -c 'max_connections=300' can be also set to the database service.
image

It looks like random error and restart should help if everything is configured as mentioned above.

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