yjs / yjs-demos

A collection of demos for Yjs
https://demos.yjs.dev
The Unlicense
750 stars 120 forks source link

Yjs demo server (both http and wss) seem to be down. #31

Closed Mansehej closed 4 years ago

Mansehej commented 4 years ago

Checklist

Describe the bug The server at https://demos.yjs.dev/ throws a Heroku application error. The server at wss://demos.yjs.dev/ fails with a response code of 503.

To Reproduce Steps to reproduce the behavior:

http server

  1. Go to the Yjs demos homepage.
  2. You will get an Application error from Heroku.

wss server

  1. Create a demo application and have a yDoc.
  2. Connect the yDoc to the yjs demos websocket server.
  3. Try to connect to the websocket.

Expected behavior The yjs demo website should work as expected and show different demos. The yjs demos websocket server should connect and synchronize changes between clients.

Screenshots Screenshot from 2020-07-02 22-38-29

dmonad commented 4 years ago

Closing this. The server might be down for a couple of hours when I'm working on it.