-
Notifications
You must be signed in to change notification settings - Fork 920
Milestone
Description
⚠️ Before submitting, please verify the following: ⚠️
- This is a bug, not a question or a configuration issue.
- This issue is not already reported on Github (I've searched it).
- Nextcloud Server and Desktop Client are up to date. See Server Maintenance and Release Schedule and Desktop Releases for supported versions.
- I agree to follow Nextcloud's Code of Conduct
Bug description
Error "Computed md5 hash is incorrect" thrown in Log, while sync files with Nextcloud Desktop App.
Steps to reproduce
- Sync files with Nextcloud Desktop App
- Error happened
Expected behavior
All files synced successfully without any error.
Which files are affected by this bug
No Info
Operating system
Windows
Which version of the operating system you are running.
Windows 10
Package
Appimage
Nextcloud Server version
28.0.3
Nextcloud Desktop Client version
3.9.2
Is this bug present after an update or on a fresh install?
Fresh desktop client install
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
{
"reqId": "besBygdQGUBcpR9EWcvo",
"level": 3,
"time": "2024-03-05T14:22:44+07:00",
"remoteAddr": "x.x.x.x",
"user": "e2d350ce-6ebf-103d-84cd-addc165358a8",
"app": "no app in context",
"method": "POST",
"url": "/remote.php/dav/bulk",
"message": "Computed md5 hash is incorrect.",
"userAgent": "Mozilla/5.0 (Windows) mirall/3.9.2stable-Win64 (build 20230808) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)",
"version": "28.0.3.2",
"data": [],
"id": "65e7e7f79d32c"
}Additional info
No response
Reactions are currently unavailable