-
Notifications
You must be signed in to change notification settings - Fork 71
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
issue while logging into openhim console #1198
Comments
Hello @nk8291, could you please provide us with more details so that we can help, like which credentials you used ? |
Hi @nour-borgi , I am using [email protected] user to login into the open him console |
it is working fine on windows on my local machine.. But when I tried to access the setup deployed on centos server. it is giving an error |
I have attached a screenshot in initial description about the message printed in console. It says AAPI request could not be authenticated with configured authentication types |
Hi @nour-borgi, Can you help in debugging this error if you have also encountered the similar problem. Now I have checked in my windows machine I am getting same message as it provided in screenshot while logging into the admin console, but login is successful. Not sure why it is not working on centos only.. does it have any required related to SSL? |
Hi @nour-borgi , @bausmeier any help with this issue. |
Sharing the screenshot when I tried to login to Openhim-console @nour-borgi if this can help |
Hello @nk8291, sorry for the late response, are you using localhost as a domain name for both ? |
Hello I have encountered a similar error. Did anyone find a solution? |
Dear team,
Getting below error while logging into openhim console
I have setup openhim console and corejs on centos server with below steps:
installed mognodb 4.2
installed node 12.22.12
installed openssl
mkdir openhim-core-js
Git clone https://github.com/jembi/openhim-core-js.git
Npm install
npm run build
npm start
mkdir console
git clone https://github.com/jembi/openhim-console.git
cd openhim-console
npm install
npm run build
npm start
can anyone assist on fixing this issue.
https://:8080/heartbeat
this link work and providing below output
{"master":675.895664,"now":1687876639714}
but still it is not logging into console.
The text was updated successfully, but these errors were encountered: