-
Notifications
You must be signed in to change notification settings - Fork 156
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
Homeserver url field apparently requires https:// prefix #1144
Comments
I do not reproduce the issue. When entering The application will propose to use the homeserver, even if no For instance with But when selecting @rxl881 do you repro with the latest nightly? We will release a new version in the AppStore very soon, you can try to repro on this one. (Link to the code which resolve homeservers: https://github.com/vector-im/element-x-android/blob/develop/features/login/impl/src/main/kotlin/io/element/android/features/login/impl/resolver/HomeserverResolver.kt#L74) |
I think that this was a combination of me using the wrong homesaerver domain and also a dark theme bug whereby I couldn't see the results of the search. Specifically, I was trying to log in to the vector.modular.im homeserver (not element.io). I forgot that it was on a modular subdomain and instead was trying to log in with vector.im, which returned no results (that I could see). I then tried https://vector.im, which did return a result which I then clicked on, but obviously failed to log me in against. I guess that matches with the screenshot that you provided above (as there was no .well-known for the domain that I specified, but it tried anyway when I specified the full URL). More of a UX issue, but I was a bit confused by the phrase "search term or domain address" ... I get what we're going for here (trying to make it less technical), but it seemed a bit unclear when I was looking to input the "homeserver name" or "homeserver domain", which would be a more precise. |
For the wording, this is a product team's decision, we are just integrating it. CC @VolkerJunginger if we want to improve this. |
Should this get an |
Given the server field does not need https:// prefixed, can this be closed? The wording is really a different issue. |
Steps to reproduce
element.io
into the server boxOutcome
What did you expect?
no https:// prefix needed
Your phone model
No response
Operating system version
No response
Application version and app store
0.1.2 (40001020) playstore
Homeserver
No response
Will you send logs?
No
Are you willing to provide a PR?
No
The text was updated successfully, but these errors were encountered: