Nextcloud Doesn't Stop Syncing

Is your nextcloud client constantly syncing with:

The downloaded file does not match the checksum …

According to help.nextcloud.com deleting cached file checksums helps:

UPDATE oc_filecache
SET checksum = ''
WHERE COALESCE (checksum, '') <> '';