matrix-org / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://matrix-org.github.io/dendrite/
Apache License 2.0
5.75k stars 676 forks source link

.well-known not found in docker monolith #2063

Closed fcwoknhenuxdfiyv closed 2 years ago

fcwoknhenuxdfiyv commented 2 years ago

Background information

Description

Calls are returning 404 page not found

Steps to reproduce

S7evinK commented 2 years ago

Did you specify a well_known_server_name in the config? The handler is only added if the value is not an empty string. https://github.com/matrix-org/dendrite/blob/83b9cb4d79123ec89e18a46d5202e74a9e9305b8/dendrite-config.yaml#L57-L59

fcwoknhenuxdfiyv commented 2 years ago

hi @S7evinK , apologies for not answering sooner, I just found the notification email in my spam folder.

Yes, I do have that setting configured.

fcwoknhenuxdfiyv commented 2 years ago

Okay, I just entered the container and it's not set. Something went wrong with the docker setup. I'll close this and reopen if the problem persists.