Recently I have imported images to the products of my store, the images came from an external server to which I have access. Although the information has been imported correctly, the images do not fit the dimensions set in the theme I use, so in my front end I have images of different sizes.
With the intention of solving this problem I have executed the command
catalog:images:resize
which I understand, should solve it. The process has run, but it has stopped at a particular image indicating the following message:
"Failed to fill image"
I tried to run the command again, however it stops once more in the same image, indicating the same error.
This is the exact message I receive every time I issue the Resize command
143/367 [>] 38% 7 mins 108.0 MiB | /0/0/006_984b626d-c20c-456c-a915-672ad8bc455a_1.jpg Failed to fill image.
Any ideas on what I should do in this situation? Should I delete the image that generates the error? or is there any way to solve this problem?
I am using Magento 2.3.2 installed from Github