Nextcloud version: 30.0.0
Operating system and version: FreeBSD 13.3
Apache or nginx version: nginx/1.26.2
PHP version: PHP 8.3.11
ImageMagick: ImageMagick 7.1.1-26 Q16-HDRI
enabledPreviewProviders is set as follows
'enabledPreviewProviders' =>
array (
0 => 'OC\\Preview\\BMP',
1 => 'OC\\Preview\\GIF',
2 => 'OC\\Preview\\JPEG',
3 => 'OC\\Preview\\Krita',
4 => 'OC\\Preview\\MarkDown',
5 => 'OC\\Preview\\MP3',
6 => 'OC\\Preview\\OpenDocument',
7 => 'OC\\Preview\\PNG',
8 => 'OC\\Preview\\TXT',
9 => 'OC\\Preview\\XBitmap',
10 => 'OC\\Preview\\Movie',
11 => 'OC\\Preview\\AVIF',
12 => 'OC\\Preview\\JXL',
13 => 'OC\\Preview\\HEIC',
14 => 'OC\\Preview\\WEBP',
),
But only HEIC is working, while there are no thumbnails for Avif, JXL and WebP.
There is nothing in logs, from uploading to accessing.
Well, except those two, but I guess they are not related
RuntimeException image not found: image:apps/whiteboard.svg webroot: serverroot:/usr/local/www/nextcloud
DriverException An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'nextcloud.cr.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
There is also nothing in Nginx and PHP logs.
I also tried 'preview_format' => 'webp',
, but all previews are still generated in jpeg and png.
Is there anything else specific missing to get it all working?