We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue was originally created by @p4tpr0 at matrix-org/dendrite#3260.
go version
a popup appears that reads: MatrixError: [400] Untrusted server '' (https://myhost/_matrix/client/v3/account/3pid/email/requestToken)
MatrixError: [400] Untrusted server '' (https://myhost/_matrix/client/v3/account/3pid/email/requestToken)
In the log file: time="2023-11-07T16:50:50.963513546Z" level=error msg="threepid.CreateSession failed" func=github.com/matrix-org/dendrite/clientapi/routing.RequestEmailToken file="github.com/matrix-org/dendrite/clientapi/routing/threepid.go:83" error="untrusted server" req.id=zuvRVVioUaos req.method=POST req.path=/_matrix/client/v3/account/3pid/email/requestToken
time="2023-11-07T16:50:50.963513546Z" level=error msg="threepid.CreateSession failed" func=github.com/matrix-org/dendrite/clientapi/routing.RequestEmailToken file="github.com/matrix-org/dendrite/clientapi/routing/threepid.go:83" error="untrusted server" req.id=zuvRVVioUaos req.method=POST req.path=/_matrix/client/v3/account/3pid/email/requestToken
The text was updated successfully, but these errors were encountered:
This comment was originally posted by @jiangjiali at matrix-org/dendrite#3260 (comment).
应该是这个表里面没有存电子邮件和电话的字段。可能项目团队还在加油的开发中吧。
Sorry, something went wrong.
This comment was originally posted by @evasil at matrix-org/dendrite#3260 (comment).
The same on dendrite 0.13.6 Maybe really not implemented yet?
This comment was originally posted by @niebloomj at matrix-org/dendrite#3260 (comment).
Broken for me as well
This comment was originally posted by @ghost at matrix-org/dendrite#3260 (comment).
Same here!
Dendrite 0.13.7 Postgresql-server 13.14-1 Docker: no Go: go1.21.10 Client used: Elements 1.11.68 in Fedora 40
No branches or pull requests
This issue was originally created by @p4tpr0 at matrix-org/dendrite#3260.
Background information
go version
: n/aDescription
Steps to reproduce
a popup appears that reads:
MatrixError: [400] Untrusted server '' (https://myhost/_matrix/client/v3/account/3pid/email/requestToken)
In the log file:
time="2023-11-07T16:50:50.963513546Z" level=error msg="threepid.CreateSession failed" func=github.com/matrix-org/dendrite/clientapi/routing.RequestEmailToken file="github.com/matrix-org/dendrite/clientapi/routing/threepid.go:83" error="untrusted server" req.id=zuvRVVioUaos req.method=POST req.path=/_matrix/client/v3/account/3pid/email/requestToken
The text was updated successfully, but these errors were encountered: