You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a client detects a change on the data fingerprint reported by the server, it switches to restore mode.
If the server is missing a file that is a virtual one on the client side, the client will try to upload it again. That will trigger implicit hydration of it during attempt to upload it.
That file being missing on the server prevents hydration.
Then the client is going to be infinitely be stuck in a continuous loop trying to upload a non existing file.
Steps to reproduce
Have a file be a placeholder (virtual file without data)
Change the data fingerprint on the server
Delete the file on the server
Try to sync with the client
Client should delete the lost file and successfully sync the new data fingerprint
Expected behavior
Client should delete the lost file and successfully sync the new data fingerprint
Which files are affected by this bug
n/a
Operating system
Windows
Which version of the operating system you are running.
Windows 10 / Windows 11
Package
Other
Nextcloud Server version
27.0.1
Nextcloud Desktop Client version
3.10.0
Is this bug present after an update or on a fresh install?
Updated from a minor version (ex. 3.4.2 to 3.4.4)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Default internal user-backend
LDAP/ Active Directory
SSO - SAML
Other
Nextcloud Server logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered:
Bug description
When a client detects a change on the data fingerprint reported by the server, it switches to restore mode.
If the server is missing a file that is a virtual one on the client side, the client will try to upload it again. That will trigger implicit hydration of it during attempt to upload it.
That file being missing on the server prevents hydration.
Then the client is going to be infinitely be stuck in a continuous loop trying to upload a non existing file.
Steps to reproduce
Expected behavior
Client should delete the lost file and successfully sync the new data fingerprint
Which files are affected by this bug
n/a
Operating system
Windows
Which version of the operating system you are running.
Windows 10 / Windows 11
Package
Other
Nextcloud Server version
27.0.1
Nextcloud Desktop Client version
3.10.0
Is this bug present after an update or on a fresh install?
Updated from a minor version (ex. 3.4.2 to 3.4.4)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Nextcloud Server logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: