You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use https://app.cinny.in/ to login to my self hosted matrix-synapse server (v 1.38). For the sake of this lets say it's hosted at https://matrix.example.com. On the Cinny login screen I put in my username and password, and replace matrix.org with matrix.example.com.
When I click "Login", Cinny says "Error: Homeserver not found".
In my browser's network inspector I see that when I click the login button, Cinny tries to load this:
I'm trying to use https://app.cinny.in/ to login to my self hosted matrix-synapse server (v 1.38). For the sake of this lets say it's hosted at
https://matrix.example.com
. On the Cinny login screen I put in my username and password, and replacematrix.org
withmatrix.example.com
.When I click "Login", Cinny says "Error: Homeserver not found".
In my browser's network inspector I see that when I click the login button, Cinny tries to load this:
https://matrix.example.com/.well-known/matrix/client
This file doesn't exist on my server and so it returns a 404. Cinny appears to consider that fatal and no other endpoints are attempted.
Reading this it seems to be an optional way to delegate servers.
I am able to login fine with Element and Fluffy Chat, so I don't think my homeserver is configured incorrectly. But I am not a matrix expert…
The text was updated successfully, but these errors were encountered: