-
Notifications
You must be signed in to change notification settings - Fork 6
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
"Forgot password" broken by element-web upgrade to v1.11.12 #311
Comments
Latest commits, since tag tchap-4.1.0_1.11.10
The most suspicious is the merge of element-web-v1.11.12. |
Yup! element-web merge broke it. Edit : relevent PRs to see diffs : |
OLM versions : element-web 1.11.10 : olm-3.2.12 react-sdk 3.58.1 : olm-3.2.8 js-sdk 20.1.0 : olm-3.2.12 But element-web 1.11.14 with olm-3.2.12 has a working password reset (tested on app.element.io). So probably not. |
I don't see a difference in the requests and responses sent in the two cases. The error we get is 401 |
The error happens because a "Authorization Bearer undefined" is sent to the server when hitting the /password endpoint. |
Temporary PR : https://github.com/tchapgouv/tchap-web-v4/pull/314/files |
Problem is fixed in 1.11.13, the bad header is not present any more and the forgot password flow works. |
"Forgot password" works on localhost with v4.1.0_1.11.10
It is broken on localhost at commit 5d44525
The text was updated successfully, but these errors were encountered: