I am receiving the following error:
URL key for specified store already exists in category
How to fix this error when i want to update my Magento version 2.1.1 category.This error not update it.Anyone has good suggestion for it?
I am receiving the following error:
URL key for specified store already exists in category
How to fix this error when i want to update my Magento version 2.1.1 category.This error not update it.Anyone has good suggestion for it?
I have similar problem. I hope it gonna help You.
It happens when You try create similar categories in other root category. It happens because firs category won't be include in url rewrites. Eg:
First Default Category -> Test1 -> Test2
create paths:
/test1.html and /test1/test2.html
When You try to create :
Second Default Category -> Test1 -> Test2
Magento will create rewrite with paths:
/test1.html and /test1/test2.html also.
Try to set different url category or use one root category.