Y-quill websocket handshake error

Well done YJS! We have installed y-websocket-server and client… When we use our socket url with y-quill we get a handshake error. When we use our socket url with y-textarea works great. Your demo socket url works great with y-quill. Do you happen to know what the issue might be? could you provide a copy of your y-quill js/sharedTypes.js file.

Hi @CoCreator-Frank, you need to give me more information. Which server are you using (one of my public instances or the exact version number of y-websocket)? Which version of Yjs are you using?

You can find all examples here: https://github.com/yjs/yjs-demos

If you want to get started with y-quill, follow the README and install the quill demo on your computer.

Do you refer to the sharedTypes.js file on the yjs.dev homepage? You can find it here https://github.com/yjs/website

We are using “y-websockets-server”: “^ 9.2.1”, “yjs”: “^ 12.3.3” and the socket connects using the y-websockets-client that is the bower repository “name”: "and -websockets-client “,” version “:” 8.0.16 ", and it connects well with y-textarea but when using an example of https://github.com/yjs/yjs-demos does not connect to the y-websockets-server. the version of the y-quill demo is “name”: “yjs-demos-quill”, “version”: “1.0.0”,

We noticed that y-textarea is using socket.io but y-quill use websocket

Thank you.

Working great now. We installed the wrong y-websocket version. in the yjs-demos readme you gave clear instructions on which y-websocket to use. Thank you for your prompt reply.