-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Authenticating with QR code always times out when using multiple workers #3749
Comments
I've tried to find out which worker is the trouble maker when it has more then one instance, but even with this worker setup, authenticating via QR code just times out:
Only after setting:
|
…tication Service is enabled Related to 8a6b822 Related to matrix-org/matrix-spec-proposals#4108 Potential (unconfirmed) fix for #3749
It seems like we need to explicitly enable MSC4108 (QR code login) support for Synapse for QR code login to work. In 509542c, I've added code which does it automatically when Matrix Authentication Service is enabled. Please give it a try and let me know if it solves the issue! |
Unfortunately it still doesn't work. Does it do more then adding
to the homeserver.yaml? Because we already have:
|
That's all it does, indeed. I suppose there's something more to getting QR codes working then. |
We had that option, already, because without it Element wouldn't show a QR code, at all ;) |
Trying to authenticate Element X (iOS, Version 1.9.3) via QR code with our Matrix installation. Element Web displays the code, Element X scans it successfully and tries to set up the connection. After some time it will fail and show an error (unexpected error).
To Reproduce
My
vars.yml
file looks like this:Our worker setup:
Expected behavior
Scan the QR code and getting logged in automatically to our Matrix instance.
Matrix Server:
Client:
The text was updated successfully, but these errors were encountered: