Replies: 1 comment
-
I disabled and re-enabled virtual files and it seems to be working correctly now. I hope no data loss has occured. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Most of my folders remain empty locally, while they have files in the web client.
Virtual File Sync progress bar never finishes and I'm trying to figure out why. So far it was mostly about incompatible filenames. I have enforced Windows filename compatiblity on the server, as most of the users use Windows. BTW the clients should respect this option and auto-rename or just ignore incompatible files (with the appropriate debug log entry).
I have fixed all filenames, now those files sync successfully but most folders remain empty (same as before), and I also had 1 folder totally missing from the web. I uploaded it manually but the contents won't sync either way.
The debug log is full of these entries:
But nothing else indicates an error. From what I gather the Mac VFS service wrongly replies to the nextcloud client that there are no changes, thus it doesn't sync.
I use the VFS Mac Client v3.16.1
and server: Nextcloud Hub 9 (30.0.6) via AIO without a reverse proxy.
Beta Was this translation helpful? Give feedback.
All reactions