We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adobe Commerce 2.4-develop with Fastly least
(on) Screen recording https://shared-assets.adobe.com/link/0b4964de-3838-4e40-5428-fe8eb1433d2d
After 1 hour from the initial request, all the requests made to the media directory return the 200 status code with a placeholder image.
None existing images should respond with the 404 status code.
The default Adobe Commerce execution process gets interrupted when the deep image optimization is enabled. https://github.com/fastly/fastly-magento2/blob/master/Plugin/MediaStorage/App/AroundMedia.php#L67
The text was updated successfully, but these errors were encountered:
Fixed in 1.2.194.
Sorry, something went wrong.
No branches or pull requests
Prerequisites:
Adobe Commerce 2.4-develop with Fastly least
Steps to reproduce:
E.g
/media/test.jpeg
(on) Screen recording https://shared-assets.adobe.com/link/0b4964de-3838-4e40-5428-fe8eb1433d2d
(x) Actual result:
After 1 hour from the initial request, all the requests made to the media directory return the 200 status code with a placeholder image.
(/) Expected result:
None existing images should respond with the 404 status code.
(i) extra details
The default Adobe Commerce execution process gets interrupted when the deep image optimization is enabled.
https://github.com/fastly/fastly-magento2/blob/master/Plugin/MediaStorage/App/AroundMedia.php#L67
The text was updated successfully, but these errors were encountered: