When creating a new product or update a product then trying to save get the following error message:
'Asymmetric transaction rollback error'The issue is resolved and the following are the steps.
- Reindex by using the following command
php bin/magento indexer:reindex
- run below commands
rm -rf var/cache/* rm -rf var/page_cache/* rm -rf var/generation/*
- Give permissions to
var/generation
folder. - Just you can change reindex mode for product related indexer ->Update by schedule.
- Product Flat Data
- Category Flat Data
- Category Products
- Product Categories
- Product Price
- Product EAV
No comments:
Post a Comment