Zend certified PHP/Magento developer

Product Images imported from Magento 2.3.5 to Magento 2.4.4 not showing correctly

We have copied the full folder of pub/media/catalog/product/ from a Magento instance 2.3.5-p1 to a new Magento instance 2.4.4

Products are all same on both instances. Pathes as well.

Product images show up in category page in frontend as well as thumbnails in backend BUT not on product page in frontend nor in product view under Images And Videos (thus cannot be edited or assigned as Base Image etc.)

We ran:

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento cache:flush
php bin/magento catalog:images:resize

All brought no result.

Permissions should be correct.

Does anyone know how to fix this maybe?