You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a phone number to an account, the user receive a submit_url in the response, and also a text message on the phone with a token composed by 6 digits.
The user receive an error 400 with the following body:
{
"errcode": "M_UNKNOWN",
"error": "Error contacting the identity server"
}
The errcode should be more specific for instance "M_INVALID_TOKEN" (see matrix-org/sydent#292) and the error value is really confusing, because there is no identity server at all on the loop.
The text was updated successfully, but these errors were encountered:
This issue has been migrated from #8218.
When adding a phone number to an account, the user receive a
submit_url
in the response, and also a text message on the phone with a token composed by 6 digits.When submitting a wrong token with
The user receive an error 400 with the following body:
The
errcode
should be more specific for instance "M_INVALID_TOKEN" (see matrix-org/sydent#292) and theerror
value is really confusing, because there is no identity server at all on the loop.The text was updated successfully, but these errors were encountered: