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.