Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard repeatedly flashes error banner #35

Open
dsummersl opened this issue May 12, 2023 · 2 comments
Open

Dashboard repeatedly flashes error banner #35

dsummersl opened this issue May 12, 2023 · 2 comments

Comments

@dsummersl
Copy link

When I run the following command:

docker run -d -p 8080:8080 -p 50000:50000 -p 9090:9090 kubemq/kubemq-community:latest  

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 :(

@dsummersl
Copy link
Author

Also notice this in the Chrome browser console:

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)

@kubemq
Copy link
Contributor

kubemq commented Jun 13, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants