Feature: Support homeserver without .well-known URL
See original GitHub issueI am running the newest version of synapse-admin. After I click on “Sign in” on the landing page I get the error:
Cannot read property 'm.homeserver' of undefined
When I try a wrong password it shows me correctly:
Authentication failed, please retry
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
Support for discovering API endpoints via .well-known URIs ...
Homeserver URL Identity server URL. Hmm, I still do not see how identity server would make sense in .well-known. Yes, you can configure...
Read more >Federation API - Matrix.org
Gets information about the delegated server for server-server communication between Matrix homeservers. Servers should follow 30x redirects, carefully avoiding ...
Read more >How to set up your own matrix.org homeserver with federation!
See delegate.md for instructions on how to set this up. Taking a look at delegate.md explains quite a lot: The URL https:///.well-known/matrix/ ...
Read more >Configuration Manual - Synapse - GitHub Pages
This is the same URL a user might enter into the 'Custom Homeserver URL' field on ... for Synapse to serve a response...
Read more >Are We OIDC Yet?
Jump to: Spec; Homeservers; Clients; OIDC Providers; Migration support ... MSC2967: API scopes, Not yet feature complete, Partially implemented.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Actually the
/.well-known/matrix/client
should only be used when no Homeserver is given, but instead the user enters a fully qualified user-id like@foo:example.com
. So my proposal is:See also 50b770a3122c4ecbeb7b858087679b6d2de03c19