HEIC not display in Nextcloud / Photo / Souvenir

Hello
NC is uptodate and I did not succeed to display the HEIC files.
Neither in Files / Photo / Memories

To simplify the problem I try to generate a preview and it does not works :

sudo -u www-data php /var/www/nextcloud/occ preview:generate “user/files/Photos/2025/09-Home/IMG_8461.HEIC”
{“reqId”:“M99bkNTI70sllyLvTsG0”,“level”:3,“time”:“2025-12-07T15:11:24+00:00”,“remoteAddr”:“”,“user”:“–”,“app”:“core”,“method”:“”,“url”:“–”,“message”:“File: /user/files/Photos/2025/09-Home/IMG_8461.HEIC Imagick says:”,“userAgent”:“–”,“version”:“32.0.2.2”,“exception”:{“Exception”:“ImagickException”,“Message”:“Invalid input: Unspecified: Too many auxiliary image references (2.0) `/var/www/nextcloud/data/user/files/Photos/2025/09-Home/IMG_8461.HEIC’ @ error/heic.c/IsHEIFSuccess/202”,“Code”:425,“Trace”:[{“file”:“/var/www/nextcloud/lib/private/Preview/HEIC.php”,“line”:100,“function”:“pingImage”,“class”:“Imagick”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Preview/HEIC.php”,“line”:57,“function”:“getResizedPreview”,“class”:“OC\Preview\HEIC”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Preview/GeneratorHelper.php”,“line”:45,“function”:“getThumbnail”,“class”:“OC\Preview\HEIC”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Preview/Generator.php”,“line”:342,“function”:“getThumbnail”,“class”:“OC\Preview\GeneratorHelper”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Preview/Generator.php”,“line”:313,“function”:“generateProviderPreview”,“class”:“OC\Preview\Generator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Preview/Generator.php”,“line”:117,“function”:“getMaxPreview”,“class”:“OC\Preview\Generator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/PreviewManager.php”,“line”:182,“function”:“generatePreviews”,“class”:“OC\Preview\Generator”,“type”:“->”},{“file”:“/var/www/nextcloud/core/Command/Preview/Generate.php”,“line”:92,“function”:“generatePreviews”,“class”:“OC\PreviewManager”,“type”:“->”},{“file”:“/var/www/nextcloud/3rdparty/symfony/console/Command/Command.php”,“line”:326,“function”:“execute”,“class”:“OC\Core\Command\Preview\Generate”,“type”:“->”},{“file”:“/var/www/nextcloud/3rdparty/symfony/console/Application.php”,“line”:1078,“function”:“run”,“class”:“Symfony\Component\Console\Command\Command”,“type”:“->”},{“file”:“/var/www/nextcloud/3rdparty/symfony/console/Application.php”,“line”:324,“function”:“doRunCommand”,“class”:“Symfony\Component\Console\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/3rdparty/symfony/console/Application.php”,“line”:175,“function”:“doRun”,“class”:“Symfony\Component\Console\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Console/Application.php”,“line”:187,“function”:“run”,“class”:“Symfony\Component\Console\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/console.php”,“line”:90,“function”:“run”,“class”:“OC\Console\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/occ”,“line”:33,“args”:[“/var/www/nextcloud/console.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/lib/private/Preview/HEIC.php”,“Line”:100,“message”:“File: /user/files/Photos/2025/09-Home/IMG_8461.HEIC Imagick says:”,“exception”:{},“CustomMessage”:“File: /user/files/Photos/2025/09-Home/IMG_8461.HEIC Imagick says:”}}

In Generator.php line 366:

No provider successfully handled the preview generation

The check I have done (after looking in the forum) :
Change Imagemagik from 6.9 to 7.1
Check in config/config.php that HEIC is in the preview
Check that PHP-Imagick is link to imagemagik 7.x

Anyidea why the preview does not works ?
What mean

Invalid input: Unspecified: Too many auxiliary image references (2.0)