-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Magento throws 'No such entity' when saving product with custom options #36464
Comments
Hi @ksenia-zlotin. 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. ✏️ 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.
|
@magento give me 2.4-develop instance |
Hi @engcom-November. Thank you for your request. I'm working on Magento instance for you. |
Hi @engcom-November, here is your Magento Instance: https://cc4e1dede8b9e19758a92c2e04084c5e.instances.magento-community.engineering |
@magento give me 2.4-develop instance |
Hi @engcom-November. Thank you for your request. I'm working on Magento instance for you. |
Hi @engcom-November, here is your Magento Instance: https://cc4e1dede8b9e19758a92c2e04084c5e.instances.magento-community.engineering |
@magento give me 2.4-develop instance with edition ee |
Hi @engcom-November. Thank you for your request. I'm working on Magento instance for you. |
Hi @engcom-November, here is your Magento Instance: https://cc4e1dede8b9e19758a92c2e04084c5e.instances.magento-community.engineering |
Hi @ksenia-zlotin , report.CRITICAL: Magento\Framework\Exception\CouldNotSaveException: The Future Update Start Time is invalid. It can't be earlier than the current time. in /var/www/html/magento2/partners-magento2ee/app/code/Magento/Staging/Model/UpdateRepository.php:218 Kindly confirm if you have observed the same issue to update the description and confirm issue. |
@engcom-November I did not observe this "Future Update Start Time is invalid" error. I scheduled the update in the future and before that schedule has begun I would update the schedule a second time. It seems that your scheduled update started a month ago (October 11th). Perhaps that is why this different error is observed. |
Thank you for the response @ksenia-zlotin .
Exception stack trace:
|
✅ Jira issue https://jira.corp.adobe.com/browse/AC-7038 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-November. Thank you for verifying the issue. |
❌ You don't have permission to export this issue. |
Same thing happens when using "Save & Duplicate" on a product with custom options on 2.4.5 |
@magento I am working on this. |
Hi Team , I am facing same issue while saving the product with custom options programmatically, please let me know if this is fixed, and what is the fix? Thank you !! |
Preconditions and environment
Steps to reproduce
Expected result
Product should be saved and not lose any of the scheduled updates
Actual result
Product fails to save, error is thrown 'No such entity'
Additional information
It seems that the error stems from the product option save failing, here:
src/magento/vendor/magento/module-catalog/Model/Product/Option/Repository.php:174
The product get fetched and has no options in it at all, which causes this error.
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: