Skip to content
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

Can't log in on a server without delegation #7

Closed
caldwell opened this issue Jul 28, 2021 · 3 comments
Closed

Can't log in on a server without delegation #7

caldwell opened this issue Jul 28, 2021 · 3 comments
Labels
type: improvement Functionality that doesn't exist but can be improved

Comments

@caldwell
Copy link

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:

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…

@leesalminen
Copy link

I’m also experiencing the same issue. Wanted to try this client out! Will keep an eye out for a fix to try it later. Looks great so far.

@kfiven kfiven added the type: improvement Functionality that doesn't exist but can be improved label Jul 29, 2021
@ajbura
Copy link
Member

ajbura commented Jul 29, 2021

Should be fixed after 8cf0305 Can you please check it out?

@leesalminen
Copy link

@ajbura Can confirm that I am now able to log in to Cinny. Looks beautiful. Thanks!

@kfiven kfiven closed this as completed Jul 30, 2021
greentore referenced this issue in greentore/greeny Feb 13, 2023
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.0.0-rc.8 to 1.0.0-rc.9.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.0.0-rc.8...tauri-v1.0.0-rc.9)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement Functionality that doesn't exist but can be improved
Projects
None yet
Development

No branches or pull requests

4 participants