-
-
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
If default_server_name is set and that server is down, Riot spins forever on startup #9112
Comments
This is currently blocking Modular's usage of |
What actually causes the problem? Is it:
Or is it both? What behaviour do we want here? What error messages do we want to report to the user?
And, we can actually do better with our error messages, too, depending on whether the server that is not responding == |
This specific issue only happens if the server at If |
Yes, that seems to match the 404 case. |
We're hoping to rework |
Fixed by matrix-org/matrix-react-sdk#3001 - it won't make it into 1.2.0, but should be in the next regularly scheduled release. |
default_server_name
to some server in Riot'sconfig.json
.well-known
from that server, even if you are already logged inLocal build of https://riot.im/develop
The text was updated successfully, but these errors were encountered: