-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Remote Storage Error #34997
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
Comments
Hi @Nuranto. Thank you for your report.
Make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
For more details, review the Magento Contributor Assistant documentation. Add a comment to assign the issue: To learn more about issue processing workflow, refer to the Code Contributions.
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
Hi @engcom-November. Thank you for working on this issue.
|
Hi @engcom-Hotel. Thank you for working on this issue.
|
Hello @Nuranto, Thanks for the reporting! We have tried to reproduce the issue in the Magento 2.4-develop branch but the issue is not reproducible for us. After deleting the image from S3 directly, we have an empty box instead of that image. Please have a look at the below screenshot for reference: Please let us know in case we have missed anything. Thanks |
Hello @engcom-Hotel Just to be sure, have you tried to purge cache ? Because remote-storage file's metadatas are stored in cache. (Btw, I think they should not be cached, but that's another issue : #35820 :) |
Hello @Nuranto, Thanks for the reply! We have tried this after clearing the cache as well. But the outcome is the same as mentioned in this comment #34997 (comment). Please let us know in case we have missed anything. Thanks |
Dear @Nuranto, We have noticed that this issue has not been updated for a period of 14 Days. Hence we assume that this issue is fixed now, so we are closing it. Please raise a fresh ticket or reopen this ticket if you need more assistance on this. Regards |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
Notice: Undefined index: media/catalog/product/t/e/test-inexistant-image.jpg in /var/www/html/vendor/magento/module-remote-storage/Driver/Adapter/Cache/Generic.php on line 197
Proposed patch
Replace
if (!$meta[$path]) {
with
if (!($meta[$path] ?? false)) {
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
The text was updated successfully, but these errors were encountered: