-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Signing out a session does not show error if server returns an error #25949
Comments
|
While this may also be a backend issue we should at least display some feedback about what happened. Currently there is no feedback at all. |
https://spec.matrix.org/legacy/client_server/r0.6.1.html#post-matrix-client-r0-delete-devices - definitely a recognized request, not a critical client issue, but certainly a critical deployment/backend issue. |
(not a regression on the client's PoV either as we didn't change anything) |
Why is the request send to |
@weeman1337 because we support Matrix versions back all the way back to r0.6.1 - and older |
matrix-org/matrix-js-sdk#3007 will be setting a minimum Matrix version of v1.1 which will allow us to start using the v3 of this API |
Thanks for reporting. The issue is known and we're looking into it. It's likely related to the OIDC/MAS migration. Ref. matrix-org/matrix-authentication-service#1534 |
@pmaier1, (and others) : Once you've fixed this, will there be work from the WAT needed to close out this issue? |
This has already been fixed by changing matrix-org/matrix-spec-proposals#3824 to cover this use case and implementing it in Web. You can test it on any homeserver that has MAS deployed. |
Steps to reproduce
Outcome
What did you expect?
Device to be signed out
What happened instead?
Nothing in UI
Errors in console:
The device I want to sign out is returned by the
/devices
requestOperating system
Ubuntu 22.04.3 LTS
Application version
Element Nightly version: 2023080901 Olm version: 3.2.14
How did you install the app?
https://packages.element.io/debian/
Homeserver
https://element.ems.host/
Will you send logs?
Yes
The text was updated successfully, but these errors were encountered: