Oleksandr Blyzniuk

Results 3 comments of Oleksandr Blyzniuk

> I'm facing a similar issue. Is there any fix for this or not? > The request for `https://.herokuapp.com:9000/peer-server/peerjs/id?ts=16312062773910.47823913209901503` is failing due to CORS request did not succeed error. >...

> I am getting this error, GET https://https//realtime-notepad-voice.herokuapp.com/:433/peerjs/peerjs/id?ts=16351849542150.5264754979506276 net::ERR_NAME_NOT_RESOLVED. > > I have set the port to 433 still i am getting this error. It works fine on local host,...

@zaidm124 Can you share how do you connect to peerjs on the client side? My configuration for custom peerjs server on heroku: server (part of my express app): ``` const...