devicehive-docker
devicehive-docker copied to clipboard
502 bad gateway and login error?
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.
I am having the same problem, cannot log in with dhadmin and dhadmin_#911
Also, I notice that the docker keeps looping with an error "connect to kafka port 9092 (tcp) failed: Connection refused"
Any advice? Thank you!