Error filtering template: Warning: getimagesize: failed to open stream: No such file or directory in app/code/Magento/Catalog/Model/Product/Image.php
I fixed it with the patch:
if (!$this->isCached()) {
$this->saveFile();
}
before the following line: