Massive problems with Nextcloud Client vfs for macOS

  • Nextcloud Server version: 31.0.8

  • Server operating system and version: Debian 12.12

  • Is this the first time you’ve seen this error? (Yes / No): Yes

  • When did this problem seem to first start? first installation

  • Installation method: AIO (docker container)

  • Are you using Cloudflare, mod_security, or similar? No

  • Client machine: MacBook Air (13”, M3, 2024), macOs Sequoia 15.6.1

  • Nextcloud client vfs version: 3.17.0-3.17.2

Summary of the issue:

I have here a strange behavior with the nextcloud client vfs (version 3.17.2) for macOs (Sequoia 15.6.1). The first time sync was not successful due to a mistakenly shutdown.
Since then a specific folder does not show any content. I tried the to reset vfs and resync all but this did not help. I tried to uninstall and reinstall the app but all did not help. Is there a documentation, how to uninstall the nextcloud client vfs on macOS completely or could be there a problem with the nextcloud server (nextcloud hub 10, 31.0.8) ? Windows clients are working without any problems. Only Mac clients show these strange behavior.

Steps to replicate it:

  1. First time installation, not finished due to restart of Mac

  2. One Folder is empty and does not replicate content.

  3. Request Synchronization: did not change

  4. reset virtual file environment: : Nextcloud finder Object disappears

  5. Deactivate virtual synchronization

  6. Activate virtual synchronization: Synchronization starts, but no Nextcloud finder object will be shown

  7. deinstallation of nextcloud client vfs (following some hints):

    • sudo rm -rf /Applications/Nextcloud.app

    • rm -f ~/Library/Preferences/Nextcloud/nextcloud.cfg

    • rm -rf ~/Library/Application\ Support/Nextcloud

    • rm -rf ~/Library/Caches/Nextcloud ~/Library/Logs/Nextcloud

    • cd ~/Library/CloudStorage

    • sudo rm -rf Nextcloud

    • killall fileproviderd 2>/dev/null || true

    • rm -rf ~/Library/Application\ Support/FileProvider

    • sudo shutdown -r now

  8. Reinstall Nextcloud client vfs, configure virtual synchronization: see 2.

Hey @ane welcome to the Nextcloud community :waving_hand:

You posted your request in the support category. Unfortunately you ignored the template and a lot of information to help you is missing. Please edit your original post and add all required details like Nextcloud version, webserver type and version, os version, related log file content. Use the support template.

Without additional information the community members cannot help you.

@ane maybe these links will help you?

be patient, there are some extremely clever folks here that will surely help…

The uninstall procedure is for the normal nextcloud client for macOS, not for the nextcloud client vfs for macOs.

The manual for the macOS virtual client does not reflect the latest versions:

The “fast sync” option is not available anymore

Overall this sounds like the same symptoms which might be resolved with the upcoming release due to underlying changes that newly created file provider domains have unique lifetime identifiers and do not provoke broken file system states anymore.

I usually use this script in my workflow after removing every account and the Nextcloud app bundle (do not forget to purge the trash):

#!/bin/zsh

set -x

 # Scripts
rm -rf ~/Library/Application\ Scripts/com.nextcloud.desktopclient*

# Logs.
rm -rf ~/Library/Application Support/Nextcloud

# Caches.
rm -rf ~/Library/Caches/com.nextcloud.desktopclient

# Every container related to the desktop client and its extensions.
rm -rf ~/Library/Containers/com.nextcloud.desktopclient*

# The Realm database is located in the subdirectory "FileProviderExt/Database".
rm -rf ~/Library/Group\ Containers/com.nextcloud.desktopclient*

rm ~/Library/LaunchAgents/com.nextcloud.desktopclient.plist

# Preferences files.
rm -rf ~/Library/Preferences/Nextcloud*
rm -rf ~/Library/Preferences/nextcloud.plist
rm -rf ~/Library/Preferences/com.nextcloud.desktopclient.plist

# File provider framework files related to the desktop client.
rm -rf ~/Library/Application\ Support/FileProvider/com.nextcloud.desktopclient.FileProviderExt

To be sure, reboot afterwards.

I will take care of this. Thank you for the hint.

3 Likes

Thanks. This helped now, but with some additional work.

I used the script and reinstalled the nextcloud client and configured virtual synchronization.

The nextcloud icon appeared in the drive section as expected. I waited several hours for syncing complete, but it showed no progress in the settings

Clicking on the icon after long waiting showed not content.

I did a restart of the Mac, the icon dissapared, in the settings synchronization still no progress.
I installed then the updated for macOS 15.7.

After the restart the nextcloud icon was back again and showed now full content.

In the settings of the nextcloud client synchronization showed all synchronized.

1 Like

2 posts were split to a new topic: Ongoing problems with macOS virtual file sync

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.