You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit Fixes the issue by passing down the optimization request to the imageprovider service. The imageprovider doesnt have anything similar implemented, so the resulting images are distorted.
This can be done with https://nginx.org/en/docs/http/ngx_http_image_filter_module.html nginx module, which would need a more complex imageprovider setup (as we need to install both this and otel module to nginx is beyond the easy apt-get install capabilities).
Maybe we should put this loader globally, as it is a bit odd in this specific component, but as I see, no other image is resized by react, even in responsive view
Bug Report
Which version of the demo you are using?
742594f
Symptom
After #1462 got merged, when running the demo, the images are not loaded on the order completion page:
What is the expected behavior?
All product images should be properly loaded.
Reproduce
Clone
main
, run the demo, navigate to the web ui and buy a product.The text was updated successfully, but these errors were encountered: