I am spinning up a new server and I am running the Phoenix application on it on port 400.
However when I run telnet localhost 4000
I get
telnet: Unable to connect to remote host: Connection refused
I'm not sure why this is the case
I am spinning up a new server and I am running the Phoenix application on it on port 400.
However when I run telnet localhost 4000
I get
telnet: Unable to connect to remote host: Connection refused
I'm not sure why this is the case