Skip to content
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

Sends login requests to https://matrix.org/ rather than honouring .well-known #2843

Closed
richvdh opened this issue Feb 18, 2021 · 2 comments · Fixed by #3585
Closed

Sends login requests to https://matrix.org/ rather than honouring .well-known #2843

richvdh opened this issue Feb 18, 2021 · 2 comments · Fixed by #3585
Assignees

Comments

@richvdh
Copy link
Member

richvdh commented Feb 18, 2021

By default, clients should check https://matrix.org/.well-known/matrix/client before logon to see that they should send login/registration requests to https://matrix-client.matrix.org.

It seems that currently element-android defaults to https://matrix.org.

@bmarty bmarty added this to the Sprint 20 milestone Mar 19, 2021
@bmarty
Copy link
Member

bmarty commented Jun 25, 2021

Just a small feedback, I do not say that this should not be fixed, but Element Android does that because https://matrix.org/_matrix/client/r0/login actually return something, so Element Android does not see the point to try to retrieve the client-server API URL using well-known.

@bmarty
Copy link
Member

bmarty commented Jul 5, 2021

In EA 1.1.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants