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
I have been using Rojo for a network configuration. Using rojo serve, I can specify an address for Rojo to host to. In my case, my local machine's IPv4 address instead of hosting it on localhost.
However when successfully hosting to your specified address, the CLI displays incorrect information about where the host is sending data to - it still shows: Visit http://localhost:34872 in your browser for more information
This is does not effect my workflow at all but still is a minor bug.
Here is an image of the bug using Linux CLI binary Version 7.1.1:
This should display: Visit http://192.168.1.226:34872 in your browser for more information
NOTE:
The port number changes when you specify a port value on the command, but not the address.
EDIT: Because you are hosting to an address, it is not hosting to localhost. If you try to connect to localhost:348721, you simply are unable to establish a connection.
The text was updated successfully, but these errors were encountered:
I have been using Rojo for a network configuration. Using
rojo serve
, I can specify an address for Rojo to host to. In my case, my local machine's IPv4 address instead of hosting it onlocalhost
.However when successfully hosting to your specified address, the CLI displays incorrect information about where the host is sending data to - it still shows:
Visit http://localhost:34872 in your browser for more information
This is does not effect my workflow at all but still is a minor bug.
Here is an image of the bug using Linux CLI binary Version 7.1.1:
This should display:
Visit http://192.168.1.226:34872 in your browser for more information
NOTE:
The port number changes when you specify a port value on the command, but not the address.
EDIT: Because you are hosting to an address, it is not hosting to localhost. If you try to connect to
localhost:348721
, you simply are unable to establish a connection.The text was updated successfully, but these errors were encountered: