Open Daniel15 opened 7 months ago
If I modify /matrix/sliding-sync/env
and change:
SYNCV3_SERVER=http://matrix-synapse:8008
to
SYNCV3_SERVER=https://matrix.example.com
it works fine. Looks like this is controlled by the matrix_sliding_sync_environment_variable_syncv3_server
Ansible variable.
Does this mean it's set incorrectly out-of-the-box?
Does this mean it's set incorrectly out-of-the-box?
@spantaleev explains here: https://github.com/element-hq/element-web/issues/26956
Regardless, I'm very close to finishing an upstream PR to fix Element-Web's behaviour to match the MSC - watch this space :smiley:
Anyone able to get this fixed?
Describe the bug When I try to enable sliding sync in the Element web UI, I get this error:
and it doesn't let me continue.
If I hit
https://matrix.example.com/sliding-sync/client/server.json
, it returns:Do I need to somehow change that server field to match? How do I do that?
To Reproduce My
vars.yml
file looks like this:Expected behavior Sliding sync should work
Matrix Server: