Closed ajayyy closed 3 years ago
Looks like this may be caused by my well-known file not being served with application/json
because it is served from GitHub pages.
Does response of login request contained response.well_know['m.homeserver'].base_url
. If not then how your response contain base_url?
Should be fixed after https://github.com/ajbura/cinny/commit/8cf030585f8de9def779af47bbd127455e453799 Can you please check it out?
Works now, thanks!
When logging on to my homeserver
ajay.app
, it fails and returns the following error:Both the client and login requests return 200, and it does successfully determine to poll
matrix.ajay.app
instead ofajay.app
, so I'm not exactly sure why it would fail.The response of the client request:
The response of the login request contained correct values with
user_id
,access_token
,home_server
anddevice_id
.