-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Unable to decrypt the messages loginWithToken & unable to setup secure backup #25593
Comments
Not seeing any logs |
Here are the server logs. Server logs
|
Sure I will provide in shot |
Here is client logs for user login with token: Client logs
|
Something seems missing in those logs, normally the app should log what authentication flows are available, can you please follow the instructions in the template to send logs properly, OR alternatively retry with your browser devtools network tab open, and share the response to the failing |
@t3chguy - here is the failed upload API details Request #1Request URL:
Response
Request #2Request URL:
Response:
|
Thanks for that Your server is doing something which makes no sense, its saying 401 Unauthorized, telling the client to perform additional flows, then saying there are 0 flows. I suggest opening an issue with Synapse given this is not only not spec compliant but also illogical. |
@t3chguy
|
Login flows and UIA flows are not the same thing. https://spec.matrix.org/v1.7/client-server-api/#user-interactive-authentication-api The 401 the server sent puts the API into UIA, requiring additional flows to be completed to proceed. |
@t3chguy - thanks for help! |
Related to #20673 |
Steps to reproduce
Login with JWT having issue, to decrypt the chat history unable to set up secure backup and giving error "No appropriate authentication flow found"
Outcome
What did you expect?
Since I am using JWT login flow, setup keys should be happen same as SSO, but here its not happened
What happened instead?
I want use jwt flow and my all messages should decrypt all the devices when I logged in.
Operating system
in All
Application version
1.11.33
How did you install the app?
https://chat.intellaire.com/#/home
Homeserver
latest
Will you send logs?
Yes
The text was updated successfully, but these errors were encountered: