nsreed / ouronote

Real-time collaborative whiteboard web app built with Angular, GUN, and paper.js.
17 stars 1 forks source link

User creation form needs feedback, validation & error messages #55

Open nsreed opened 2 years ago

nsreed commented 2 years ago
ultimape commented 2 years ago

Does not do the right thing when offline, so the "Connection/GUN error" state does not seem to trigger. It just hangs.

nsreed commented 2 years ago

This seems to be caused by a ChunkLoadError. Which makes sense, since the app can't load a chunk when the server's offline. Yet another reason we need to hurry up and implement the service worker.