-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
Milestone
Description
Bug summary
- Strapi version: 5.28.0
- Plugin version: 3.2.4
- Node version: 20.19.5
I wanted to delete the existing navigation and create it from scratch. I have i18n option enabled with 2 locales (english and portuguese).
After I deleted the existing navigation, I couldn't create it with the same name, because I got an error "name already used". I changed name to use lowercase, and I managed to create a navigation, but with a warning and only in English locale.
Steps to reproduce
- create a new navigation (with at least 2 different locales
- remove it
- try to create a new navigation with the same name - you can see the error
- change name to use lowercase and click create - you can see the warning
Expected behaviour
After deleting navigation, you should be able to create a new one with the same name