Question

We have been facing an issue while saving products & categories at the admin end we are getting Rolled back transaction has not been completed correctly. We are using Magento 2.3.1 EE

enter image description here

Can anyone help me with the steps to resolve this issue?

Était-ce utile?

La solution

I have faced similar issue. When I review all the magento and server logs, I found an error which is caused by a product save after observer. Here, the product saved but the observer is trying to do a mysql transaction (which is not related to product) which is failing. So the magento is trying to roll back the transaction and failing. Trying removing all the after save observers and plugings are your first step of debugging.

Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top