We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Previously reported as nextcloud/notes-android#1451 Previously reported as nextcloud/notes#806
Setup the Desktop sync client on one or more computers
Create a new note on the Desktop computer
echo "# Note From Desktop\n\nThe quick brown fox..." >> ~/Nextcloud/Notes/"Note From Desktop.txt"
In the Server Notes app, select "Note From Desktop" in the sidebar, and add the text "Does this work?" to the note body
Wait for the change to be propagated to the Desktop sync client
The file ~/Nextcloud/Notes/Note From Desktop.txt on the desktop computer should say
~/Nextcloud/Notes/Note From Desktop.txt
# Note From Desktop The quick brown fox... Does this work?
Note that if the edit in step 4 is made from another synced Desktop computer, then the expected behavior is observed.
The Desktop sync client reports
Note From Desktop.txt could not be synced due to an error
Examining the error report in the settings dialog reveals
Note/Note From Desktop.txt: The downloaded file does not match the checksum, it will be resumed <CHECKSUM> != <CHECKSUM>
The server app reflects the correct state of the files, however.
/usr/bin/nextcloud
Nextcloud configuration:
{ "system": { "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "localhost", "nextcloud.millironx.com" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "21.0.1.1", "overwrite.cli.url": "https:\/\/nextcloud.millironx.com\/", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "instanceid": "***REMOVED SENSITIVE VALUE***", "default_phone_region": "US", "memcache.local": "\\OC\\Memcache\\APCu", "htaccess.RewriteBase": "\/", "versions_retention_obligation": "auto", "app_install_overwrite": [ "ocsms" ], "objectstore": { "class": "\\OC\\Files\\ObjectStore\\S3", "arguments": { "bucket": "nextcloud.millironx.com.storage", "autocreate": true, "key": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "hostname": "us-east-1.linodeobjects.com", "port": 443, "use_ssl": true, "region": "us-east-1" } }, "maintenance": false } }
The text was updated successfully, but these errors were encountered:
Maybe related to #4141
Sorry, something went wrong.
Cannot reproduce after upgrading server to Nextcloud v22
No branches or pull requests
How to use GitHub
Steps to reproduce
Setup the Desktop sync client on one or more computers
Create a new note on the Desktop computer
In the Server Notes app, select "Note From Desktop" in the sidebar, and add the text "Does this work?" to the note body
Wait for the change to be propagated to the Desktop sync client
Expected behavior
The file
~/Nextcloud/Notes/Note From Desktop.txt
on the desktop computer should say# Note From Desktop The quick brown fox... Does this work?
Note that if the edit in step 4 is made from another synced Desktop computer, then the expected behavior is observed.
Actual behavior
The Desktop sync client reports
Examining the error report in the settings dialog reveals
The server app reflects the correct state of the files, however.
Client configuration
/usr/bin/nextcloud
Server configuration
Nextcloud configuration:
Logs
The text was updated successfully, but these errors were encountered: