-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
"Homeserver URL does not appear to be a valid Matrix homeserver" error is unclear on which homeserver is invalid #9835
Comments
(ftr I hit this on a local synapse that wasn't running) |
This is also shown if riot is configured with a default hsurl that is invalid (not running in this case), but I'm guessing this is somewhat on purpose. |
It's not complaining about your account's homeserver, it's complaining about the configuration. I thought it had words to say that, but apparently not. I wonder if that's what is causing so much confusion around this error... The app doesn't know if you are logged in at this point, so a logout button would not be possible (or help). I think we just need to clarify the error message to complain about config being invalid. |
(I'm hijacking this issue to clarify that error - if I've missed the point, feel free to take it back) |
Indeed, nothing to do with the session. Would be good to clarify this and perhaps also mention the configured (invalid) server in the error message. |
@rxl881 encountered the same screen on /develop as well, with a couple refresh fixing it 🤔 Rick: Multiple refreshes followed, which resulted in a blank page and then after a while the same message. Eventually I refreshed and it worked (no login or other action required). Account was on vector.modular.im which doesn't seem to have well-known set up. |
@lampholder and I have both seen this on develop, including an extra line about |
Myself and other users of my self-hosted Riot (which is pulled from BuildKite develop every hour) are also seeing this error message from time to time, across a variety of browsers. Here is the
|
When refreshing, I sometimes get the error mentioned here, sometimes it works, and sometimes I get an error about an "invalid identity server discovery response" on riot.im/develop. My identity server is https://vector.im and homeserver is https://matrix.thebeckmeyers.xyz. |
We know what the issue is, just need to improve the messaging. The bug of it showing up in the first place still needs a @lampholder to give me a plan. |
I just saw this error again this morning on riot.im/develop |
Sorry to hear that. 😭 I think it's likely best to open a new issue and include your config.json so we can analyse your specific case in detail. |
I'm using the hosted Riot on riot.im/develop. I thought the config.json was setup server-side for Riot? If it's client-side config, I can dump it to open an issue if you let me know how. |
Ah right, sorry, I was reading a bit too fast... No need to worry about the config.json since we have that already, but still I think a fresh issue and console logs would be best, so that we can track your case separately. |
I'll see if I can trigger again when I get a minute later. |
leaves the user with no option apart from clearing their storage in the devtools. Would be helpful to have a logout option to start a new session.
Might also be helpful to mention the actual homeserver url ...
The text was updated successfully, but these errors were encountered: