Magento Tutorials

How to Fix Unique Constraint Violation Found in Magento 2

Hello Magento Friends,

Welcome to Magento 2 Tutorials by MageComp. Today’s subject matter is How to Fix Unique Constraint Violation Found in Magento 2.

Magento 2 store merchants generally come across errors like “Unique constraint violation found” in the backend. Look at the below image.

The Unique Constraint Violation Found error usually occurs while adding categories, products, items, or creating new orders. The reason for this error can be the creation of duplicate values in the database table.

Let find out the solution for, How to Fix Unique Constraint Violation Found in Magento 2.

Steps to Fix Unique Constraint Violation Found in Magento 2:

The issue is related to the sequences table. So check the table of sequence_order_0 and sequence_order_1. 

sequence_value column should be auto_increment and set primary key.

Conclusion:

Hence, this way you can Fix Unique Constraint Violation Found in Magento 2. In case of any issue, reach out to me via the comment section. Share the article and help your friends to fix the problem.

Happy Reading!

Click to rate this post!
[Total: 12 Average: 4.7]
Dhiren Vasoya

Dhiren Vasoya is a Director and Co-founder at MageComp, Passionate ?️ Certified Magento Developer?‍?. He has more than 9 years of experience in Magento Development and completed 850+ projects to solve the most important E-commerce challenges. He is fond❤️ of coding and if he is not busy developing then you can find him at the cricket ground, hitting boundaries.?

View Comments

  • Hi,
    I tried what you suggested but continue to get the same error still.

    Unique constraint violation found

    Running Magento 2.3.5 version and the table sequence_order_1 did have the problem so on making it auto increment and primary key thought it would solve the problem. Also applied Analyze table operation that fixed the cardinality value to the correct count but still the same error.

    So admin login not working and giving same error. Any help would be appreciated.

    Thanks.

Recent Posts

How to Add Tooltip in Checkout Shipping Field in Magento 2?

Hello Magento Friends, In today’s blog, I will explain How to Add Tooltip in Checkout…

2 days ago

How to Integrate and Use MongoDB with Laravel?

MongoDB is a popular NoSQL database that offers flexibility and scalability when handling modern web…

3 days ago

NodeJS | Callback Function

In NodeJS, callbacks empower developers to execute asynchronous operations like reading files, handling requests, and…

4 days ago

How to Show SKU in Order Summary in Magento 2?

Hello Magento Friends, In today’s blog, we will learn How to Show SKU in Order…

6 days ago

Best Colors to Use for CTA Buttons

The "Buy Now" and "Add to Cart" buttons serve as the primary call-to-action (CTA) elements…

1 week ago

Magento 2: How to Save Custom Field Value to quote_address for Multi-Shipping Orders

Hello Magento Friends, In Magento 2, the checkout process allows customers to choose multiple shipping…

1 week ago