Hookshot configuration widget fails with the following error in UI:
And the following errors in logs (DOMAIN is matrix server's base domain):
WARN 12:01:44:809 [ProvisioningApi] Failed to fetch the server URL for DOMAIN ApiError: API error M_AS_BAD_OPENID: Server is disallowed
at BridgeWidgetApi.checkIpBlacklist (/usr/bin/matrix-hookshot/node_modules/matrix-appservice-bridge/lib/provisioning/api.js:255:19)
at async BridgeWidgetApi.postExchangeOpenId (/usr/bin/matrix-hookshot/node_modules/matrix-appservice-bridge/lib/provisioning/api.js:279:17) {
error: 'Server is disallowed',
errcode: 'M_AS_BAD_OPENID',
statusCode: 500,
additionalContent: {}
}
ERROR 12:01:44:809 [ProvisioningApi] ApiError: API error M_AS_BAD_OPENID: Could not identify server url
at BridgeWidgetApi.postExchangeOpenId (/usr/bin/matrix-hookshot/node_modules/matrix-appservice-bridge/lib/provisioning/api.js:284:19) {
error: 'Could not identify server url',
errcode: 'M_AS_BAD_OPENID',
statusCode: 500,
additionalContent: {}
}
Describe the bug
Hookshot configuration widget fails with the following error in UI:
And the following errors in logs (
DOMAIN
is matrix server's base domain):To Reproduce My
vars.yml
file looks like this:!hookshot setup-widget
Expected behavior
Widget is shown
Matrix Server:
Additional Context
Freshly installed server, hookshot v5.4.1