-
-
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
Sometimes get the "username already in use" message during registration #10001
Comments
This looks related to our polling /register every two seconds throughout the registration process, plus (it looks like to me) hitting /register again with every user-initiated progress through the registraiton process (clicking register, completing the CAPTCHA etc.). Also coupled with the HS responding to /register slowly, you can end up with multiple /register requests in flight. This seems to both trigger our old friend #9480 as well as exposes to registration races that sometimes result in the UI telling you that the mxid you've picked is already registered. |
This comment has been minimized.
This comment has been minimized.
That last (now hidden) comment was wrong. If you stop your client from being able to communicate with the IS (but the IS is still up), nothing bad happens at all - you can still invite people and you can still add your own additional threepid associations. |
According to today's standup, this is believed to be fixed now. @lampholder, did you want to retest, or should we close? |
This is caused by matrix-org/synapse#5450 |
But also, matrix-org/matrix-react-sdk#3101 means it would no longer be a problem for us. |
(closing - we believe we've fixed this on develop, therefore the latest RC, therefore the next release) |
Related: #7314
I got a similar experience twice in a row.
I had dev tools networking tab open for the second time through, here are some logs delivered in what is obviously the optimal format: anmiated gif:
The text was updated successfully, but these errors were encountered: