owncloud / core

:cloud: ownCloud web server core (Files, DAV, etc.)
https://owncloud.com
GNU Affero General Public License v3.0
8.38k stars 2.06k forks source link

External storage support with windows server 2022 showing not all files / folders #41187

Open wolftobias opened 8 months ago

wolftobias commented 8 months ago

Describe the bug

I'm using Ubuntu 22.04 / ownCloud 10.13.4 (stable) in a docker container and mysql 8 in a docker container with enabled external smb storage. The external storage became green after configuration, but when I login as the user itself in the user space, it shows only the root file share but not all sub files/folders! This happens for some user, but one user has some subfolders but not everthing is showing up.

I tried so far:

My Docker config docker run --name owncloud --network="intern" --restart=always \ -e OWNCLOUD_ADMIN_USERNAME=root \ -e OWNCLOUD_ADMIN_PASSWORD=xxx \ -e OWNCLOUD_DB_TYPE=mysql \ -e OWNCLOUD_DB_NAME=owncloud_db \ -e OWNCLOUD_DB_USERNAME=owncloud \ -e OWNCLOUD_DB_PASSWORD=xxx \ -e OWNCLOUD_DB_HOST=mysql \ -e OWNCLOUD_SUB_URL=/owncloud \ -e OWNCLOUD_TRUSTED_DOMAINS="xxx" \ -d -p 8082:8080 owncloud/server

docker run --name mysql --network="intern" --restart=always -e MYSQL_ROOT_PASSWORD=xxx -v bind-address=0.0.0.0 -d -p 3306:3306 -p 33060:33060 mysql:latest

iasdeoupxe commented 1 month ago

Is this more a support question for https://central.owncloud.org/ ? e.g.:

https://doc.owncloud.com/server/10.15/admin_manual/configuration/files/external_storage/configuration.html#detecting-files-added-to-external-storages

10.3.4 now also a little bit outdated, maybe updating to https://owncloud.com/changelog/server/#changelog-for-owncloud-core-10150-2024-06-18 could help as well?