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

WebSocket connection to 'ws://localhost:15674/ws' failed #4

Open
SaifAlDilaimi opened this issue Jan 5, 2021 · 1 comment
Open

Comments

@SaifAlDilaimi
Copy link

SaifAlDilaimi commented Jan 5, 2021

Hello and Happy New Year!

New year, new try... unfortunately the frontend doesnt like to connect to the backend. After fixing the error of issue #1 it did build successfully but the websocket seems to be not working:

client.js:274 WebSocket connection to 'ws://localhost:15674/ws' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED

Any idea where I can look into?

@trayhem
Copy link
Collaborator

trayhem commented Jan 31, 2021

Hi @SaifAlDilaimi,

first, please make sure that the rabbitmq is reachable (either by native installation or by mapping the 15674 port to the docker container). Then make sure that you do have the webstomp and the stomp plugin for rabbitmq enabled. Last step to check: Make sure that the rabbitmq user / password is added correctly in your rabbitmq installation (you can use the management ui to add / configure a user) and has the appropriate access rights for the '/' vhost.

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