You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm unable to code Syncing in Codemirror.
I'm getting a problem y-websocket connection "y-websocket.js:91 WebSocket connection to 'wss://board.example.com:1234/public-room' failed:
in package.json "crdt-server": "cd client && HOST=board.example.com PORT=1234 npx y-websocket",
so I'm getting
running at 'board.example.com' on port 1234
Describe the bug
I'm unable to code Syncing in Codemirror.
I'm getting a problem y-websocket connection
"y-websocket.js:91 WebSocket connection to 'wss://board.example.com:1234/public-room' failed:
in package.json
"crdt-server": "cd client && HOST=board.example.com PORT=1234 npx y-websocket",
so I'm getting
running at 'board.example.com' on port 1234
and
provider = new WebsocketProvider('wss://board.example.com:1234', roomID, ydoc); in CodeMirrorEditor.tsx
( AWS ports are open for : 1234,3090,5001)
&
socket.io is working fine,
I can see users' join and left notifications, language changes, etc the only issue is code Syncing.
Expected behavior
Code syncing should work in Codemirror.
Desktop (please complete the following information):
Please provide your suggestions.
The text was updated successfully, but these errors were encountered: