matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.79k stars 2.13k forks source link

"M_UNKNOWN","error":"No id_server in creds" #5912

Closed matrixtempnew closed 5 years ago

matrixtempnew commented 5 years ago

How to resolve this error?, I am using mxisd as identity server.

richvdh commented 5 years ago

Please could you give more information about when you are seeing this error?

matrixtempnew commented 5 years ago

POST-73 - <XForwardedForRequest at 0x7f16b1429638 method=u'POST' uri=u'/_matrix/client/v2_alpha/register' clientproto=u'HTTP/1.1' site=8448> SynapseError: 400 - No id_server in creds This error in homeserver.log @richvdh

richvdh commented 5 years ago

sounds like a client bug. What client are you using?

matrixtempnew commented 5 years ago

I am using matrix as my homeserver and mxisd as a identity server. @richvdh

richvdh commented 5 years ago

yes, but which matrix client? Riot (web/android/iOS)? nheko?

matrixtempnew commented 5 years ago

I am using web. @richvdh

richvdh commented 5 years ago

OK, can you raise a bug with riot-web please.

richvdh commented 5 years ago

(for clarity: I'm pretty sure this will only happen if the client sends a register request with a three_pid_creds with no id_server field.)