Application doesn't work with element stack (synapse + mas).
- synapse (1.150.0):
"ghcr.io/element-hq/synapse@sha256:950271eb8700f6a7ca5947a3734164f32110fd31d2f5eef2828bf39a2f05cc21"
- mas (1.14.0):
"ghcr.io/element-hq/matrix-authentication-service@sha256:35721fc3181887568cb051f0a6ccb05cacb5b8b56cfbc1214db05df7f288e5f4"
When I try to login (no matter which button to press), message "Your session has ended, please reconnect" appears in GUI. In console it says:
GET https://matrix.example.com/_synapse/admin/v2/users?deactivated=false&dir=f&from=0&guests=true&limit=10&locked=false&order_by=name 403 (Forbidden)
When I self-host it, on a fraction of second it logs in but immediately logs out with the same message in web console.
In nginx config I added CORS preflight requests handling with synapse-admin domains specified, if that matters.
You can recreate this issue by deploying element-docker-demo.
Will this be fixed? Or the project is abandoned? Because element-admin lacks primitive functionality and I would like to use this app instead.
Application doesn't work with element stack (synapse + mas).
"ghcr.io/element-hq/synapse@sha256:950271eb8700f6a7ca5947a3734164f32110fd31d2f5eef2828bf39a2f05cc21"
"ghcr.io/element-hq/matrix-authentication-service@sha256:35721fc3181887568cb051f0a6ccb05cacb5b8b56cfbc1214db05df7f288e5f4"
When I try to login (no matter which button to press), message "Your session has ended, please reconnect" appears in GUI. In console it says:
When I self-host it, on a fraction of second it logs in but immediately logs out with the same message in web console.
In nginx config I added CORS preflight requests handling with synapse-admin domains specified, if that matters.
You can recreate this issue by deploying element-docker-demo.
Will this be fixed? Or the project is abandoned? Because element-admin lacks primitive functionality and I would like to use this app instead.