coopercodes / CollaborativeCodeEditor

From the video Build A Collaborative Code Editor with React, WebRTC, and Yjs
3 stars 4 forks source link

WebSocket connection to 'wss://signaling.yjs.dev/' failed #1

Open jammygrams opened 1 year ago

jammygrams commented 1 year ago

Running this code, I get a "WebSocket connection to 'wss://signaling.yjs.dev/' failed" error in the console.

Adding the signalling parameter from here seems to stop the error from popping up every second, but the error still pops up eventually.

Any ideas why this happens?

yogesh-sirsat commented 6 months ago

@jammygrams did you found any solution?