matrix-org / matrix-federation-tester

Tester for matrix federation written in golang.
78 stars 17 forks source link

If MatchingServerName is false add a warning saying what they are probably doing wrong #87

Closed aaronraimist closed 5 years ago

aaronraimist commented 5 years ago

It is such a common question to see "why is MatchingServerName showing an error". 99% of the time it is because they did not enter the server_name. I've only helped one person where it wasn't caused by that. If that is the only error, the federation tester should add a sentence to the top saying something like

The MatchingServerName error is most likely caused by you using the wrong URL in the federation tester. You should enter in the server_name, not the location where your server is.

Related: #16