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
This has come up several times in #iamb-users. Some homeservers are placed under a different domain or subdomain than what's in the username, and have .well-known entries set up. Since iamb requires passing in a homeserver URL, some users have mistakenly put in the wrong value, which usually results in HTTP errors from POSTing to the login path.
I'd like to make the homeserver URL config optional, and check for the .well-known entry when it's not provided, fall back to building the URL from the domain, and then erroring out with a message asking the user to provide a value.
The text was updated successfully, but these errors were encountered:
This has come up several times in
#iamb-users
. Some homeservers are placed under a different domain or subdomain than what's in the username, and have.well-known
entries set up. Sinceiamb
requires passing in a homeserver URL, some users have mistakenly put in the wrong value, which usually results in HTTP errors from POSTing to the login path.I'd like to make the homeserver URL config optional, and check for the
.well-known
entry when it's not provided, fall back to building the URL from the domain, and then erroring out with a message asking the user to provide a value.The text was updated successfully, but these errors were encountered: