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
Uncaught SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at onMessage (default.b5462131.js:1:2721)
at g.onmessage (stream.cbe555aa.js:1:9502)
the connection between the dashboard and server is done via web socket. we saw several cases that the docker engine / policy on the machine disconnecting the link.
When I run the following command:
And then go to http://localhost:8080/dashboard
I see the dashboard, and I see a banner appear at the top every few seconds: "KubeMQ Server is Disconnected".
I was able to create a channel and send messages to the channel, so other things appear to work - but not the web interface :(
The text was updated successfully, but these errors were encountered: