- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Web "crash" on first sync #544
Comments
The first check |
Could be related to edits, those replace the content without touching type |
Might be fixed by 83ea1c1 |
I wasn't able to reproduce it for a long time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On first sync, it takes a while, and then web ui is blank.
There's an error in console:
This is in
gomuks/web/src/ui/roomlist/Entry.tsx
Line 35 in 1056a31
evt.content
is undefined.evt
has decryption error, and there's no content.Maybe it should be good to catch this for a better first-user experience :)
The text was updated successfully, but these errors were encountered: