peerjs net::ERR_CONNECTION_REFUSED
theSaban opened this issue · 1 comments
theSaban commented
I got the project up. But in no way could I bind another person. It always shows this error :
peerjs.min.js:64 GET http://localhost:443/peerjs/peerjs/id?ts=15988980531990.30612093669879203 net::ERR_CONNECTION_REFUSED
Could anyone help? @Nazariy995 @CleverProgrammer @ykhedher
theSaban commented
If you get same error. Please delete this :
var peer = new Peer(undefined, { path: '/peer', host: '/', port: '443' });
Rewrite this following code
var peer = new Peer();
This fixed my problem. I hope, it will help you.