Hello. I'm trying to set up the Joplin app on my Mac and it does not sync any notes. I've been using Joplin with Nextcloud on Android for a while and not had any issues. The Nextcloud service is Disroot. As far as I can tell, everything is entered correctly (I'm using the same log in information that the Android app uses). When the Mac app syncs, it does not give any error messages (I've included a screenshot to show this). What can I do to get the notes to appear (sync correctly)?
BasicDelta is used by some of the sync targets (I think just file system, S3, WebDAV, and Nextcloud). It determines which files on the sync target have changed since the last sync. BasicDelta relies on timestamps to determine which files have changed.
Based on the log, the basicDelta considers all items on the sync target to be older than the last sync.
If an error occurs while downloading items and creating them locally, the Synchronizer should avoid updating the sync context[1]. Despite this, it seems that a sync context[1:1] has been saved.
Information that might help determine the cause of the issue:
Are there any errors in the log from prior syncs?
Viewing older sync errors
Click "Help", then "Open profile directory".
Open log.txt
Search for errors near the first logs that contain Synchronizer.
Was Joplin initially synced with an empty WebDAV folder, before using the correct WebDAV URL?