Closed ariaji25 closed 1 year ago
Have you run that docker compose file before and logged in with the default password before? The reason I ask is that the mongo-db service uses a volume to preserve data, and so if you have logged in with the default password before and followed the prompts to reset the root user password then it will still have the updated password and not the default. Even if you run docker-compose down
that volume does not get removed.
You can manually remove that volume by running docker volume rm infrastructure_mongo-data
(just make sure that it's not running at the time). But do note that you will lose any previous configs that you have set.
Thanks @arran-standish,
I've remove the openhim mongo volumes and try recreate the container, and I can login with default user.
Dear team,
I just try to run Openhim on my local device with docker-compose from this docker-compose file https://github.com/jembi/openhim-core-js/blob/master/infrastructure/docker-compose.yml,
After installation was finished, I try access http://localhost:9000 and try to login with default openhim user :
root@openhim.org
:openhim-password
, But the openhim-console show an error like the picture bellow :I have try to see the openhim-core logs, and it show an error :
2023-07-26T16:48:01.198Z [worker1] error: Wrong password entered by root@openhim.org, denying access to API
can anyone assist on fixing this issue.