Hello,
We are using Team Folders (ex group folders) version 19.0.3 on Nextcloud 31.0.0 using Docker, with object storage as primary storage.
Following some Nextcloud crashes due to various causes (denial of service, out of memory, DB issues…), Nextcloud logs are overflowing with this kind of error message:
Exception Failed to read object urn:oid:XXXXX Could not get object urn:oid:XXXXX for file <...>
fopen(httpseek://): Failed to open stream: "OC\Files\Stream\SeekableHttpStream::stream_open" call failed at /var/www/html/lib/private/Files/Stream/SeekableHttpStream.php#49
fopen(https://<s3-server>/<s3-bucket>/urn%3Aoid%3AXXXXX): Failed to open stream: HTTP request failed! HTTP/1.1 416 Requested Range Not Satisfiable at /var/www/html/lib/private/Files/ObjectStore/S3ObjectTrait.php#72
I believe that reindexing them may help, though:
docker exec -it -u 33 nextcloud-fpm ./occ groupfolders:scan --all
Scanning Team folders using an object store as primary storage is not supported.
Reindexing user files didn’t change the situation since most of the users are using the group folder to store files.
Is there any way to reindex them?