Open jejo86 opened 2 years ago
Enabling the web registration appservice.public.enabled = true and sending login to the telegrambot creates a link to an URL
appservice.public.enabled = true
login
telegrambot
https://<MY_DOMAIN>/public/login?token=K1DQ_y[...]v_6pvF9OE:eyJteGlkIjogIkBqZ[...]MX0
When opening that URL I see a page saying 403: Forbidden and nothing else.
403: Forbidden
The exact same settings, including appservice.public.external = https://<MY_DOMAIN>/public worked fine in the mautrix-facebook bridge.
appservice.public.external = https://<MY_DOMAIN>/public
Is there a conflict if two bridges use the same settings appservice.public.{prefix, external}?
appservice.public.{prefix, external}
For each bridge, you must use either a different prefix or a different subdomain.
Enabling the web registration
appservice.public.enabled = true
and sendinglogin
to thetelegrambot
creates a link to an URLWhen opening that URL I see a page saying
403: Forbidden
and nothing else.The exact same settings, including
appservice.public.external = https://<MY_DOMAIN>/public
worked fine in the mautrix-facebook bridge.Is there a conflict if two bridges use the same settings
appservice.public.{prefix, external}
?