sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.17k stars 216 forks source link

if you try to sign in before the websocket connects, get an error and sign in button stays disabled #5503

Closed williamstein closed 1 week ago

williamstein commented 3 years ago
  1. Load https://cocalc.om and click sign in
  2. Very quickly attempt to sign in while the "Connecting" indicator is still orange. I don't think I can ever do this on MacOS, but on my windows computer it's easy.
  3. Get an error message. This is already bad -- we should just make the sign in process wait until connection, then send the sign in message over the resulting websocket, rather than failing because the websocket won't be created until 2 seconds later.
  4. The sign in button is now disabled. On Chrome on Windows it doesn't become re-enabled no matter what I do or how long I wait. I have to refresh my browser.

Obviously, there should be no situation where the "Sign In" button is disabled, except if the password field is empty. And also, obviously, there should be no stupid delays that result in error messages.

williamstein commented 1 week ago

this is about a page that no longer exists.