Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sliding Sync does not seem to work #17651

Closed
erebion opened this issue Sep 3, 2024 · 18 comments
Closed

Sliding Sync does not seem to work #17651

erebion opened this issue Sep 3, 2024 · 18 comments

Comments

@erebion
Copy link

erebion commented Sep 3, 2024

Description

Release notes mention that Synapse 1.114.0 enabled Sliding Sync by default:

Enable native sliding sync support (matrix-org/matrix-spec-proposals#3575 and matrix-org/matrix-spec-proposals#4186) by default. (#17648)

I've upgraded Synapse and tried logging in with Element X.

It just tells me something like "This homeserver does not currently support SlidingSync.".

Steps to reproduce

  • ugrade to 1.114.0
  • try to log in using Sliding Sync
  • Element X claims Sliding Sync is not suported.

Homeserver

erebion.eu

Synapse Version

1.114.0

Installation Method

Docker (matrixdotorg/synapse)

Database

Postgres, single container

Workers

Single process

Platform

Debian Stable

Configuration

No response

Relevant log output

There's nothing in the logs that I can find.

Anything else that would be useful to know?

No response

@YamatoRyou
Copy link

YamatoRyou commented Sep 3, 2024

"Sliding Sync is enabled by default in Synapse 1.114.0" refers to "Simplified Sliding Sync"
Native Sliding Sync is disabled by default in Elemnet X (0.5.1, Android, iOS? I don't know). Your server needs to support Sliding Sync (proxy) in order to switch to native Sliding Sync later. This will cause your server to use both Sliding Sync implementations at the same time.

  1. Visit https://github.com/matrix-org/sliding-sync and follow the instructions to run the Sliding Sync (proxy implementation) instance;
  2. Log in to your server using Element X;
  3. On the Element X settings page, click the version number 7 times in a row, then go to "Developer Options";
  4. Find and enable "Simplified Sliding Sync";
  5. Log in to your server again.

If you have a way to access the developer options before logging in, just do step 5.

@immanuelfodor
Copy link

It reads like the worst possible UX. You first need to have the Sliding Sync Proxy for not depending on it then?! 😅 I wanted to avoid installing the sliding sync proxy in the first place.

@erikjohnston
Copy link
Member

Note that currently released versions of Element X do need the proxy, this is more to support the upcoming releases which won't require them. We may have jumped the gun slightly by sticking it at the top of the changelog!

@avsm
Copy link

avsm commented Sep 4, 2024

Thanks for tha clarification @erikjohnston! I ran into the exact same problem as @immanuelfodor -- I'm excited to try Element X, but also can't install the sliding sync proxy. I guess I'll keep an eye out for future updates of Element X that will work without the proxy, now that my server's updated...

@SNThrailkill
Copy link

I was so excited to try out sliding sync and then I saw this issue. Is this now just waiting on the Element X side or is there more needed in the Synapse side like for auth?

@paboum
Copy link

paboum commented Sep 7, 2024

Okay, so when is it going to be actually released and supported?

As in:

@avsm
Copy link

avsm commented Sep 9, 2024

I've just upgraded to version 1.7.5 of Element X which was released on the App Store just now for Apple devices, and it's working great! Thank you to for all the hard work that went into this, Matrix devs :-) @erikjohnston

@paboum
Copy link

paboum commented Sep 12, 2024

I see 6 open bugs with "sliding sync" in their names. So it's probably safe to say that sliding sync feature is now in beta tests phase and v1.115.0 will not be the final feature release. I would also love learn hw requirements for new instances with this feature (ideally, estimates for 10, 100, 1k, 10k users).

@spaetz
Copy link

spaetz commented Sep 21, 2024

Element X Android 0.6.2 or so enabled simplified sliding sync by default, so this issue should be moot by now and can be closed?

@wrjlewis
Copy link
Contributor

Yes this issue can now be closed. Both the Element X Android and iOS public builds have support for simplified sliding sync.

@paboum
Copy link

paboum commented Sep 26, 2024

Apparently, the docu is still saying the feature support is experimental:

- [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575): enable experimental sliding sync support

@paboum
Copy link

paboum commented Oct 8, 2024

Funny to repeat myself, another synapse release incoming and another 6 changes regarding sliding sync. I wonder if we are in beta test phase already or not quite there yet. It would really help to publish such information in release notes, we don't pay you so we don't care when it's done, but using an unstable feature on production for unestimated period is not the greates idea. Is it at least safe to use pre-v1.114.0 synapse versions to be sure that none of these bugs affects stability or performance of the instance?

@wrjlewis
Copy link
Contributor

wrjlewis commented Oct 9, 2024

We do not consider sliding sync to be in beta nor a test phase, and expect incremental improvements to happen just like we do with Synapse as a whole. On your point re Synapse versions, I would recommend using the latest stable (non-rc) version of Synapse.

@p-rintz
Copy link

p-rintz commented Oct 13, 2024

Im not sure where to ask, so I apologize for kinda hijacking this.

But its still not working for me. I am on Synapse 1.116 and Element X 1.8.4 and its just saying that it cant connect to my homeserver every time.

Is there any documentation how to successfully get sliding sync working somewhere?

Edit: Ive found the issue. Element X does not support TLSv1.3. Guess Ill see if there is an issue open for it already, because its a bit strange for the new client to not support this.

@paboum
Copy link

paboum commented Oct 13, 2024

Is there any documentation how to successfully get sliding sync working somewhere?

Not to my knowledge, no. I've had some successful experiments but it was rather cumbersome and mostly trial-and-error, so we could say that's not a mature and documented process. Currently waiting to get the feature stabilised so maybe I try again, until then using SimpleX for fun, as there are no integration issues there.

@spaetz
Copy link

spaetz commented Oct 14, 2024

There is no documentation as there is none needed. Recent synapse servers have it built in and enabled by default. So have the 'X' clients. Support for the separate sync proxy is fading out and to be removed completely. As to that, there is nothing experimental if you are on recent versions.

As to TLS 1.3, I doubt that this is the issue. I run a server on a TLS 1.3 setup just fine. But that might depend on your Android version, so older versions could have problems there.

@p-rintz
Copy link

p-rintz commented Oct 14, 2024

As to TLS 1.3, I doubt that this is the issue. I run a server on a TLS 1.3 setup just fine. But that might depend on your Android version, so older versions could have problems there.

It is TLS1.3
At least for iOS.
The issue is here: element-hq/element-x-ios#786

@spaetz
Copy link

spaetz commented Oct 14, 2024

Uhh, interesting, thanks. Will need to check if it falls back to TLS 1.2 for me then. Anyway, not part of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants