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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Update: A fix has been released in Synapse 1.50.1. Please update to that instead of 1.50.0.
TL;DR if you have the client and webclient resources enabled on a port in your listeners config section, attempts to access client resources may fail with a 404, breaking client functionality. Workaround is to either:
Re-order your resources config option such that webclient appears before client. Example:
resources:
- names: [webclient, client, ...]...
though note that if you rely on the webclient resource, this workaround will render it inaccessible. Thus it is functionally equivalent to the next workaround: