I have a nginx proxy at the front and then a server with nextcloud. My users are often complaining that nextcloud starts syncing from the beginning some times and doesn’t sync changes only. How can i diagnose the issue and fix the problem?
Your issue with files resyncing in Nextcloud could have multiple causes. To help you effectively, we need more details about your setup and configuration. Please try to answer the following questions:
Nextcloud Version: You mentioned using Nextcloud 30.0.2. Are you sure all apps and modules are up-to-date? Also, check the logs for any errors or warnings.
Type of Installation:
Are you using Nextcloud Snap, Docker, AIO, or a traditional installation? Each method has specific requirements or limitations.
If you’re using Docker or AIO, what are your proxy and port forwarding configurations?
If it’s Snap, are you on the latest version of the package?
Server Configuration:
What exact version of Ubuntu are you using (20.04 or 20.10)?
Are there any specific settings in your Nginx proxy? If not, I recommend adding the following advanced settings to your Nginx configuration:
Check your Nginx proxy settings for timeouts or caching issues. Ensure WebDAV support is correctly configured. On Next cloud, review logs (nextcloud.log) for errors and verify the sync client’s version is up to date.