Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The CodeMirror6 example is not working #64

Closed
lawvs opened this issue Jun 25, 2024 · 1 comment
Closed

The CodeMirror6 example is not working #64

lawvs opened this issue Jun 25, 2024 · 1 comment

Comments

@lawvs
Copy link
Member

lawvs commented Jun 25, 2024

The CodeMirror Example tries to connect to localhost which repeatedly fails.

Screenshot 2024-06-25 at 20 49 03

This issue was caused by 054422e and I believe it was an accident.

const provider = new WebsocketProvider(
// 'wss://demos.yjs.dev/ws', // use the public ws server
// `ws${location.protocol.slice(4)}//${location.host}/ws`, // alternatively: use the local ws server (run `npm start` in root directory)
'ws://localhost:3334',

@dmonad dmonad closed this as completed in 957ab75 Jun 25, 2024
@dmonad
Copy link
Member

dmonad commented Jun 25, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants