thaiphan / magento2-s3

Use Amazon S3 as the file storage solution for your Magento 2 application
MIT License
142 stars 95 forks source link

Getting Issue on frontend Image url from s3 Bucket #78

Open sanddy95 opened 5 years ago

sanddy95 commented 5 years ago

Hello,

I have installed the extension and configured every thing. every thing looks fine on backend.

but in frontend the images are not loaded as they are not found on the bucket. for example : /cache/f9c7fbe9b524c081a3ccf800cbd963eb/1/-/1-large.jpg

this is the cache folder image for product it works fine in backend. but in frontend the image is converted like this : /cache/f9c7fbe9b524c081a3ccf800cbd963eb///1/-/1-large.jpg

due to which the images from s3 bucket are not loaded.

can you help me with. Thank you in advance.

JosephLeedy commented 5 years ago

~I'm experiencing this issue as well.~

Edit: for me, it is using the wrong cache folder. I'm on Magento 2.3.1.

sanddy95 commented 5 years ago

@JosephLeedy Can you help me solve this issue ?

Thank you

JosephLeedy commented 5 years ago

I think my issue is more closely related to #74. Which version of Magento are you using?