Run docker owncloud / server: latest, configure external storage connection webdav and find no thumbnail

Steps to reproduce

1.docker run -d -p 9080:8080 --name owncloud5 -v owndata1:/data -e ADMIN_USERNAME=admin -e ADMIN_PASSWORD=admin -e OWNCLOUD_TRUSTED_DOMAINS=192.168.1.14 owncloud/server:latest
2.Configure the external storage to connect to the webdav url
3.Uploading photo file in webdav directory, photo file uploaded successfully, but no thumbnail

Expected behaviour

Tell us what should happen
There should be thumbnails

Actual behaviour

Tell us what happens instead
there no thumbnails

Server configuration

Operating system:

Web server:

Database:

PHP version:

ownCloud version: (see ownCloud admin page)

System Status

installed 1
maintenance
needsDbUpgrade
version 10.12.1.3
versionstring 10.12.1
edition Community
productname ownCloud
product ownCloud
hostname 456afa6c54b3

Updated from an older ownCloud or fresh install:
first install
Where did you install ownCloud from:
docker owncloud / server: latest
Signing status (ownCloud 9.0 and above):

Login as admin user into your ownCloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results into https://gist.github.com/ and puth the link here.

No errors have been found.

The content of config/config.php:

<?php $CONFIG = array ( 'apps_paths' => array ( 0 => array ( 'path' => '/var/www/owncloud/apps', 'url' => '/apps', 'writable' => false, ), 1 => array ( 'path' => '/var/www/owncloud/custom', 'url' => '/custom', 'writable' => true, ), ), 'trusted_domains' => array ( 0 => '192.168.1.14', ), 'datadirectory' => '/mnt/data/files', 'dbtype' => 'sqlite', 'dbhost' => '', 'dbname' => 'owncloud', 'dbuser' => '', 'dbpassword' => '', 'dbtableprefix' => 'oc_', 'log_type' => 'owncloud', 'supportedDatabases' => array ( 0 => 'sqlite', 1 => 'mysql', 2 => 'pgsql', ), 'upgrade.disable-web' => true, 'default_language' => 'en', 'overwrite.cli.url' => 'http://localhost/', 'htaccess.RewriteBase' => '/', 'logfile' => '/mnt/data/files/owncloud.log', 'memcache.local' => '\\OC\\Memcache\\APCu', 'filelocking.enabled' => true, 'passwordsalt' => 'zh9iN573Ufm+x05I2cTSphmQ0FLcmb', 'secret' => 'VyZdjeaBS/lxr8ZHDuww2P7WKvb3+MdoajKH6kYPIx6IZhr4', 'version' => '10.12.1.3', 'allow_user_to_change_mail_address' => '', 'logtimezone' => 'UTC', 'installed' => true, 'instanceid' => 'ocj1am11zwp3', 'loglevel' => 0, ); #### ownCloud log (data/owncloud.log) ``` Insert your ownCloud log here {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Job with id 2 and class OCA\\Files\\BackgroundJob\\DeleteOrphanedItems not running due to interval. Last run 1682320443 and interval 3600. Wait 2880 seconds."} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Running job with id 3 and class OCA\\Files\\BackgroundJob\\CleanupFileLocks. Last run 1682320802 and interval 300"} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Started background job of class : OCA\\Files\\BackgroundJob\\CleanupFileLocks with arguments : "} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished background job, the job took : 0 seconds, this job is an instance of class : OCA\\Files\\BackgroundJob\\CleanupFileLocks with arguments : "} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Job with id 4 and class OCA\\Files\\BackgroundJob\\CleanupPersistentFileLocks not running due to interval. Last run 1682320443 and interval 1800. Wait 1080 seconds."} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Job with id 5 and class OCA\\Files\\BackgroundJob\\PreviewCleanupJob not running due to interval. Last run 1682320443 and interval 3600. Wait 2880 seconds."} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Job with id 6 and class OCA\\DAV\\CardDAV\\SyncJob not running due to interval. Last run 1682320443 and interval 86400. Wait 85680 seconds."} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Job with id 7 and class OCA\\DAV\\BackgroundJob\\CleanProperties not running due to interval. Last run 1682320443 and interval 86400. Wait 85680 seconds."} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Job with id 8 and class OCA\\Activity\\BackgroundJob\\EmailNotification not running due to interval. Last run 1682320443 and interval 900. Wait 180 seconds."} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Job with id 9 and class OCA\\Activity\\BackgroundJob\\ExpireActivities not running due to interval. Last run 1682320443 and interval 86400. Wait 85680 seconds."} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Job with id 10 and class OCA\\Federation\\SyncJob not running due to interval. Last run 1682320443 and interval 86400. Wait 85680 seconds."} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Job with id 11 and class OCA\\Files_Sharing\\DeleteOrphanedSharesJob not running due to interval. Last run 1682320443 and interval 900. Wait 180 seconds."} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Job with id 12 and class OCA\\Files_Sharing\\ExpireSharesJob not running due to interval. Last run 1682320443 and interval 86400. Wait 85680 seconds."} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Job with id 1 and class OCA\\Files\\BackgroundJob\\ScanFiles not running due to interval. Last run 1682321102 and interval 600. Wait 539 seconds."} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Job with id 13 and class OCA\\Files_Sharing\\External\\ScanExternalSharesJob not running due to interval. Last run 1682321103 and interval 600. Wait 540 seconds."} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Job with id 14 and class OCA\\Files_Trashbin\\BackgroundJob\\ExpireTrash not running due to interval. Last run 1682321103 and interval 600. Wait 540 seconds."} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Job with id 15 and class OCA\\Files_Versions\\BackgroundJob\\ExpireVersions not running due to interval. Last run 1682320443 and interval 1800. Wait 1080 seconds."} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Job with id 16 and class OCA\\Market\\CheckUpdateBackgroundJob not running due to interval. Last run 1682320443 and interval 86400. Wait 85680 seconds."} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Job with id 17 and class OCA\\UpdateNotification\\Notification\\BackgroundJob not running due to interval. Last run 1682320446 and interval 86400. Wait 85683 seconds."} {"reqId":"60w2skCo2INPzEp8Mmul","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"192.168.1.6","user":"admin","app":"OC\\User\\Session::validateToken","method":"PUT","url":"\/remote.php\/dav\/files\/admin\/test\/24459548_27a783feda.jpg","message":"token 4fa3a2a79045a3d44458ee9914d239b2a2063eeb3e4def8f9a9a1f1775fc8bb0065e9213723a02434504925b41020b40fdc4bfd5f6892d7a19418ee7cd647294 with token id 1 found, validating"} {"reqId":"60w2skCo2INPzEp8Mmul","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"192.168.1.6","user":"admin","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateTokenActivity","method":"PUT","url":"\/remote.php\/dav\/files\/admin\/test\/24459548_27a783feda.jpg","message":"updating activity of token 1 to 1682321163"} {"reqId":"lckTEywrotPb49MqPrmv","level":0,"time":"2023-04-24T07:26:03+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Started background job of class :

Hey,

maybe you would need to either configure and enable preview generation in general or enable it for the external storage mount.

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