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

Remote WebServer call localhost WebSocket #78

Closed
m4dfry opened this issue Aug 16, 2017 · 1 comment
Closed

Remote WebServer call localhost WebSocket #78

m4dfry opened this issue Aug 16, 2017 · 1 comment
Assignees
Milestone

Comments

@m4dfry
Copy link

m4dfry commented Aug 16, 2017

Hi,
I found a problem launching server on my remote machine; the address of websocket appears to be broken.
Connecting to < my-ip >:5001 the web page try connect to ws://localhost:5001/ws

I located the problem in all.min.js (line: 92029)
var ws = $websocket('ws://localhost:'+$location.port()+'/ws');

Configuration YAML:

  server:
    status: true
    open: false
    host: ""
    port: 5001
@asoseil asoseil self-assigned this Aug 16, 2017
@asoseil asoseil added this to the Realize 1.4.2 milestone Aug 24, 2017
@asoseil
Copy link
Contributor

asoseil commented Oct 16, 2017

#94 should be fixed

@asoseil asoseil closed this as completed Oct 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants