Ivan Chan Posted December 2, 2019 Report Posted December 2, 2019 We are experimenting our kazoo lab on a self-host environment. The servers seem to work and are able to communicate to each other but when I try to use web GUI to login. The home page only returns a kazoo picture that is formed with just characters. When we go to http://${IP_ADDR}:8000/v2 on browser, it returns {"data":{"message":"invalid credentials"},"error":"401","message":"invalid_credentials","status":"error","timestamp":"2018-05-16T19:08:00","version":"4.2.28","node":"o4fNOLAQ3LJSAzliaNiT1A","request_id":"aeceb6ad9c4f754f92ff8f34e2e8b605","auth_token":"undefined"} thanks for the help!
Administrators mc_ Posted December 2, 2019 Administrators Report Posted December 2, 2019 Port 8000 is the API port, not the HTTP port for serving the MonsterUI Javascript, CSS, etc. If you just access http://${IP_ADDR}/ with no port or /v2 you should see the UI load.
Recommended Posts