You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started devicehive-docker with command sudo docker-compose up -d,and I can now open the page http://localhost:8800/admin(I have mapped the port 8080 to 8800 and have set JWT_SECRET).
But when I try to login with dhadmin and dhadmin_#911 ,it returns "incorrect login or password".
And when I execute curl -I http://localhost:8800/api/rest , it returns 502 badgateway .
Can you tell me how to fix this? Thank you.
The text was updated successfully, but these errors were encountered:
I started devicehive-docker with command
sudo docker-compose up -d
,and I can now open the pagehttp://localhost:8800/admin
(I have mapped the port 8080 to 8800 and have set JWT_SECRET).But when I try to login with dhadmin and dhadmin_#911 ,it returns "incorrect login or password".
And when I execute
curl -I http://localhost:8800/api/rest
, it returns502 badgateway
.Can you tell me how to fix this? Thank you.
The text was updated successfully, but these errors were encountered: