Magento – Magento 2 – On category save ‘URL key for specified store already exists’ error occurred

categorymagento2migrationurl-key

After migration process, I can not save category page.

I try all solution but not getting the success it gives an error
like below image.

http://prntscr.com/irfiml

Best Answer

You should check for the duplicate url key entries in 'url_rewrite' table for that store_id. Check by deleting that category entry from 'url_rewrite' table.

This issue mostly occurs in multi store websites.

Related Topic