cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.4.2-p1 Using media storage cloud AWS S3 bucket - Cache images not generated

SOLVED

Magento 2.4.2-p1 Using media storage cloud AWS S3 bucket - Cache images not generated

Magento 2.4.2-p1 Using media storage cloud AWS S3 bucket - Cache images not generated

Magento Version: 2.4.2-p1 remote-storage-driver: aws-s3

All the data from the media folder is with the AWS S2 bucket.

 

Issue: Some of the product images are not generated on the cache folder so the product page, did not show the images.

 

Cases:

  • If we disable aws-s3 storage and set it back to file storage then it is showing product images again on the product page and cache images are generated.
  • Only images in the cache folder are not generated, main product page images are synced with AWS S3.
1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2.4.2-p1 Using media storage cloud AWS S3 bucket - Cache images not generated

Hello @sanjaypatel2116 

 

You can generate the cache images by the below commands.

 

catalog:images:resize

 

If you get the solution then please, "Kudos" and "Accept as Solution" for Token of Appreciation

View solution in original post

2 REPLIES 2

Re: Magento 2.4.2-p1 Using media storage cloud AWS S3 bucket - Cache images not generated

Hello @sanjaypatel2116 

 

You can generate the cache images by the below commands.

 

catalog:images:resize

 

If you get the solution then please, "Kudos" and "Accept as Solution" for Token of Appreciation

Re: Magento 2.4.2-p1 Using media storage cloud AWS S3 bucket - Cache images not generated

We have tried with that one but it only generates 5000 products images out of 11000 products then after it stops generating. 

We have tried multiple times but it has the same issue. Also, taking a very long time to generate the images which will not work.