[Bug]: Desktop Client does not automatically synchronize anymore
- Dominant language
- C++
- Stars
- 3.9k
- Forks
- 1k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 123
Description
### ⚠️ Before submitting, please verify the following: ⚠️
- [x] This is a **bug**, not a question or a configuration issue.
- [x] This issue is **not** already reported on Github (I've searched it).
- [x] Nextcloud Server and Desktop Client are **up to date**. See [Server Maintenance and Release Schedule](https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule) and [Desktop Releases](https://nextcloud.com/install/#install-clients) for supported versions.
- [x] I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/)
### Bug description
For a few weeks now, I have noticed that the Nextcloud Desktop Client no longer automatically synchronizes file changes on the server side. You always have to pause and restart synchronization for it to happen. Or a file has to be changed locally to trigger it and start syncing again.
I have observed this behavior on two Ubuntu computers. On Ubuntu 24.04 and 25.04.
Here are my settings:
### Steps to reproduce
1. Change a file on the server, either through the webinterface or using another client.
2. Resume your PC from suspend and wait.
3. Even after an hour the changes were still not synchronized.
4. Then change the same file locally.
5. A few seconds later the client shows a notification about a file conflict.
### Expected behavior
After starting up the PC from suspend the Nextcloud Desktop client should synchronize changed files from the server in the configured 30 seconds interval.
### Which files are affected by this bug
Any file
### Operating system
Linux
### Which version of the operating system you are running.
Ubuntu Gnome 24.04 or 25.04
### Package
Official PPA
### Nextcloud Server version
Nextcloud Hub 25 Autumn (32.0.1)
### Nextcloud Desktop Client version
4.0.1daily
### Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 3.16.3 to 3.17.0)
### Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
### Are you using an external user-backend?
- [x] Default internal user-backend
- [ ] LDAP/ Active Directory
- [ ] SSO - SAML
- [ ] Other
### Nextcloud Server logs
```shell
It's empty
```
### Additional info
The "AppAPI-Bereitstellungs-Daemon" is not configured properly on server side. But I don't think this is the issue.
Contributor guide
Assessment
This issue has not been assessed yet.