Hey
I'm running a Immich instance (reverse-proxied via Traefik) and my Android app has suddenly stopped syncing – no photos are being backed up anymore. This didn't start after a specific update, it just stopped working out of nowhere.
The local device sync completes fine every time, but every remote sync attempt times out. From the app logs:
ClientException: java.net.SocketTimeoutException: timeout,
uri=https://<myserver>/api/sync/stream
The rest of the app seems to work (browsing, etc.), only backup/sync is broken
Things I'm going to check on my end:
- Traefik timeout config
- Whether a recent Traefik or middleware update changed timeout behavior
Has anyone else seen this, especially with Traefik as a reverse proxy? Any specific middleware settings that fixed it for you?
Thanks
.