Dirk Klimpel

Results 165 comments of Dirk Klimpel

Please read the [docs](https://matrix-org.github.io/synapse/latest/admin_api/user_admin_api.html). `GET /_synapse/admin/v2/users/` The Admin API URLs start with **/_synapse/admin/** and NOT **/_matrix/admin/**!

Do you have added `/_synapse/admin` to your reverse proxy configuration? Info: https://matrix-org.github.io/synapse/latest/reverse_proxy.html#synapse-administration-endpoints Related to: https://github.com/Awesome-Technologies/synapse-admin/issues/88#issuecomment-1068838894

A popular K8s / Helm chart https://gitlab.com/ananace/charts/-/tree/master/charts/matrix-synapse

I guess it is the first: https://github.com/Awesome-Technologies/synapse-admin/blob/67066a1ba7c0e3d95b902b3d18bfa3ace2ced64e/public/index.html#L16

I had the same problem. Workaround for me in my nginx configuration: ` location /_matrix/identity/api/v1/3pid/unbind { return 404; } ` I found it here: https://github.com/kamax-matrix/mxisd/wiki/mxisd-and-your-privacy

Which one is deprecated `show_labs_settings` or `showLabsSettings`? The last change was from `showLabsSettings` to `show_labs_settings` - #21429

I can also confirm. No matter how I set `https_proxy` I get only errors `502` and `503` for external URLs. With 3.8.7 there are no problems. Verbose output `-v` does...

IMO the problem is an upstream bug: https://github.com/tomas/needle/issues/406

Related to #14686 There are similar problems with Admin API and user's passwords.