Open bcutter opened 1 year ago
I am affected by this too. Any updates planed on this in the near future?
After spending another 2 hours I am giving up now. Meanwhile desktop client only syncs encrypted files and complains about missing encryption information.
I have the very same issue with the desktop client on windows 10 I'm using desktop client version 3.13.0 and the server is a managed nextcloud offer (v28.0.3, end_to_end_encryption: 1.14.3), so I don't really have raw file access to try some offline decryption. Interestingly I'm also using the iOS app version 5.3.0.21, which is showing me error messages like "Unable to decode the metadata file", but not in the same folders in which I have sync issues on my desktop. So, on my desktop I can still see some files, which are inaccessible on the phone and vice versa - but unfortunately I never get the whole set of all my data together. Any ideas how this can be fixed? I tried a reinstall of the desktop app as well as disabling and re-enabling e2e using the mnemonic, but nothing changed. I'm still seeing the same errors in the very same folders with the very same files.
I'm having this issue as well. I'm running a 3 weeks brand new Nextcloud install. The Nextcloud desktop client version is 3.13.0
which I believe is the latest version.
Step that lead to this error;
This is where the client started throwing the errors.
I can't really share my logs because there is so much personal information in them which would take a lot of time to anonymize.
If anyone got a fix to get the sync to complete. Right now, no matter what I'm trying the sync fails and Nextcloud is useless.
Same for me now. Added a new file to the E2E folder, restarted my mac -> missing metadata error. Re-sync, remove the folder & re-add it, nothing currently resolves it. nextcloud server version 28.0.6. Client 3.13.0. e2e version 1.14.5
Now I run into that issue. Server 29.0.4 Client 3.13 E2EE 1.15.2
Am I questioning everything, because of this highly active, but still unresolved thread? - Yes.
Beside this error, the sync seems to work. A file changed on client1, generating this error, is in the expected state on client2.
I was able to solve the conflict.
(Enter docker container) Scan for files in the path with problem Restart/Refresh Clients
root@server:/PATCH/TO/NC/data/USER/files/dir1/dir2# docker exec -u 33 -ti a2c3049d9167 /bin/bash
www-data@22ab8669e9db:~/html$ ./occ files:scan
Please specify the user id to scan, --all to scan for all users or --path=...
www-data@22ab8669e9db:~/html$ ./occ files:scan --path USER/files/dir1/dir2
Starting scan for user 1 out of 1 (USER)
+---------+-------+-----+---------+---------+--------+--------------+
| Folders | Files | New | Updated | Removed | Errors | Elapsed time |
+---------+-------+-----+---------+---------+--------+--------------+
| 6 | 35 | 0 | 1 | 1 | 0 | 00:00:00 |
+---------+-------+-----+---------+---------+--------+--------------+
This error affects me too.
occ files:scan didn't help - why would it? :)
Server: 29.0.5. Windows client: 3.13.3
UPD: I think I was able to fix this... We will see how it goes. Ping me to post the solution if you have problems with the PC client and not the app client + you have an unencrypted backup of problematic data + Docker installation (could be a showstopper if not Docker).
⚠️ Before submitting, please verify the following: ⚠️
Bug description
After updating to desktop client v3.8.0 I started to see strange sync issues. Encrypted changed and created files could not be synced with the server anymore.
With v3.8.0 there are metadata issues. Clients give
Error with the metadata. Getting unexpected metadata format.
.Steps to reproduce
occ files:scan-app-data
etc.)Note: you can also create the folder on the iOS client and try to access it from the desktop client, same result.
Expected behavior
Access is possible as usual.
Which files are affected by this bug
All E2EEncrypted!
Operating system
Windows
Which version of the operating system you are running.
Windows 10
Package
Appimage
Nextcloud Server version
25.0.5.1
Nextcloud Desktop Client version
3.8.0
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 3.3.6 to 3.4.0)
Are you using the Nextcloud Server Encryption module?
Encryption is Enabled
Are you using an external user-backend?
Nextcloud Server logs
Additional info
You should maybe have a look at what you did in e. g. (quick screening for E2E relevant changes)
I downgraded to 3.7.4 and everything is working as expected/normal! No more sync issues or error messages. Just a bit of data loss and loss of 4 hours... thanks.
Currently in rage mode and not willing to upgrade to 3.8.0 again to provide desktop client logs. Sorry.