Open dassio opened 3 weeks ago
Please try to disable all other image providers first. The Imaginary provider should be the only enabled one.
Have a look at the configuration example from our documentation:
<?php
'enabledPreviewProviders' => [
'OC\Preview\MP3',
'OC\Preview\TXT',
'OC\Preview\MarkDown',
'OC\Preview\OpenDocument',
'OC\Preview\Krita',
'OC\Preview\Imaginary',
],
'preview_imaginary_url' => 'http://<url of imaginary>',
Please keep in mind that the command occ preview:generate-all
will only request previews that don't already exist. When all previews of a file already exist, they won't be regenerated. You could update a new test file to make sure that previews will be generated.
How to use GitHub
Steps to reproduce
sudo -u www-data php occ preview:generate-all -vv
Expected behaviour
there should be logs from imaginary container
Actual behaviour
no logs from imaginary container
Server configuration
Web server: Apache
Database: SQLite
PHP version: 8.2
Nextcloud version: (see Nextcloud admin page)
Nextcloud Hub 9 (30.0.1)
List of activated apps
``` If you have access to your command line run e.g.: sudo -u www-data php occ app:list from within your Nextcloud installation folder ``` ![Image](https://github.com/user-attachments/assets/6d6387cd-f5fd-4d3b-a1bc-64848f2bf6aa)Nextcloud configuration
``` If you have access to your command line run e.g.: sudo -u www-data php occ config:list system from within your Nextcloud installation folder ``` ![Image](https://github.com/user-attachments/assets/6bd5f9f5-9a0d-4db7-82fc-144fa7153326)