-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product image not showing on detail page #74
Comments
I'm facing the same issue. For the main image it works well, but for resized images it's not working correctly. Seems like the upload of the cached versions is failing in some requested, then it's generating inconsistently |
yes seeing the same issue, cached images starting to disappear, also bin/magento catalog:image:resize is failing after some time because images missing and not get synced |
@thaiphan any hints where to look or what may be the cause? maybe i can look into this. |
@thaiphan Can we have any update from your side? |
Hey everyone, It looks like Magento 2.3 changes the way images are resized, which my extension doesn't support yet. Please hold tight as I implement changes (I also need to make sure any changes still work in older versions of Magento as well). Regards, Thai |
have you found any solution for the product detail page. |
I see magento has an Observer running after product "save" (commit) that goes to the available view.xml and get the properties and resize using the framework/image. |
Hi Rigodrea, thanks for the response, but this will not work as this observer will call after the product save. here the issue is a little bit different, product image caching URL is not generating so that may be the reason. |
@thaiphan Any suggestion from your side to resolve this issue? I am stuck here. |
Sorry for taking so long everybody. I've been working non-stop and I'm also in the process of moving houses so life is super hectic for me! |
@thaiphan it's fine, thanks for your work, one thing though, do you have an estimation when you'll get it done? or do you need help? |
Yeah it'd be great to get help on this! I've already started on a fix on the branch: feature/fix-image-resize Regards, Thai |
Hello @thaiphan When can we expect this issue to be resolved? Please update. Thanks |
Any update on this ? |
It doesn't seems that anyone is looking on to the issue and its almost a month since I have raised the issue & still we are no where near to the solution. |
hey, guys, any status on this? my shop now had no images for months, i think i'm gonna uninstall the extension today, still looking forward for a fix. @Thaipan a status update on whats the problem would be very appreciated, is it just a time issue or is the fix difficult? i dont want to stress, i know you mentioned you are moving. i dont have the time either to look deeper into the problem. |
any solution for cached images not being synchronized after products import??? |
Can you please enable SB storage and check for me it working.
|
Hello @thaiphan , Extession it working fine for Products image and Category image, But cache image not loading in Magento 2 frontend. catalog/product/cache/aefcd4d8d5c59ba860378cf3cd2e94da/a/v/test.png You have any idea ? |
Please check |
Hi
I have installed this module in my M2 store and have executed all the given commands in installtion it seems to be working for product list page but not on detail page. On product detail page there is no image or placeholder for the product. Can anyone suggest what is issue why I am facing this error.
Thanks
The text was updated successfully, but these errors were encountered: