question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature: Support homeserver without .well-known URL

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
awesome-manuelcommented, Mar 30, 2020

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:

  • Reorder the input fields: 1. Username, 2. Password, 3. Homeserver
  • When the user enters a Username the client checks if it is fully qualified
  • if yes it checks the well-known URL and fills the Homeserver input
  • if no the Homeserver should be filled with the domain of the admin UI URL
  • the user can still override it
0reactions
awesome-manuelcommented, May 4, 2020

See also 50b770a3122c4ecbeb7b858087679b6d2de03c19

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found