Hi i’m having this error when trying to start my server
start websocket signaling server ws://127.0.0.1
0|index | start as public mode
0|index | Error: listen EADDRINUSE: address already in use ort
ort is obviously not an address? And the port -1 looks funny.
It’s really quite weird because it works fine on my local machine. Note for this run i am using pm2 to start.
pm2 start build/index.js – -m public -w -port 3000
However i’ve never been able to get the -port command to work in aws ubuntu. Is it an AWS issue?
On a separate note this ort popped out of nowhere? I also dont see it in my local
Any tips are welcome thanks!