-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
First session after completing registration can't send messages. #24831
Comments
It's not this - there's some weird indexeddb thing going on:
|
Around your IndexedDB error, it looks like you have run into this before -> #13371 And there has been a couple other people who have reported this error: |
I experienced the same error earlier today. I created an account on a new homeserver with email registration and was unable to send messages into encrypted rooms due to
Signing out and back in did not fix it, but closing and reopening my browser (Chrome on Mac Version 111.0.5563.64 (Official Build) (x86_64)) resolved the problem. |
I wonder if it is related to the new tab wiping the IDB out from under the old tab's guest session. Old tab would have an auto-registered guest and then new tab logs straight into your new account, the 2 tabs could be fighting over the IDB. |
@lampholder @neilisfragile I could not reproduce the full failure mode, only some of the error messages in the original tab (still in the registration flow) - could you try reproduce on https://pr10395--matrix-react-sdk.netlify.app/ |
Frustratingly, I also can't reproduce. I'll keep trying, but if anyone else (@lampholder ?) please please share some logs. |
Considering this closed by the PRs above - please shout if you see it again once you are running those |
Steps to reproduce
app.element.io
Other notes:
The tab I originally initiated registration from went blank.
In the console there was a message
Uncaught (in promise) Error: Event blocked by other events not yet sent
- this could just be because something affected the first message and then sending further messages is blocked on the user resolving the status of that first failed message? If so this is just a UI issue (I find that behaviour surprising)Outcome
What did you expect?
Message to send
What happened instead?
Message failed to send
Operating system
Windows 10
Browser information
Firefox latest
URL for webapp
app.element.io
Application version
Latest
Homeserver
beta.matrix.org
Will you send logs?
Yes
The text was updated successfully, but these errors were encountered: