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 am learning and currently trying erlyberly in my local network server and I am facing currently an issue that I can't connect to node despite it is being listed correctly.
For achieving this, I have a little ssh tunnel to the machine created with the command
Appreciate it if you could update this ticket, in case you were able to resolve it.
In fact, I am also getting the same error "Cannot connect to peer node". My setup is quite simple compared to yours; both the Erlang node and Erlyberly are running in the same Linux machine.
I am learning and currently trying erlyberly in my local network server and I am facing currently an issue that I can't connect to node despite it is being listed correctly.
For achieving this, I have a little ssh tunnel to the machine created with the command
Then, on server I have a little phoenix test run by
I can see the node with
and I can run the :observer on the tunnel as well as loading the page via localhost:4000 (which is redirected to the tunnel)
But when I execute
java -jar target/*runnable.jar
despide I see the node in the list (with the correct Cookie), I get "Cannot connect to peer node".Am I missing a port redirect or something else?
The text was updated successfully, but these errors were encountered: