Error message related to the translation **"There are duplicate translation record for property `NAME` and locale `fr

Hi Community
I have an urgent problem :
My Nationl ID Schema is deleted for some reason I don’t understand.
Now I want to recreate it but I have an error message related to the translation “There are duplicate translation record for property NAME and locale fr.
thank you for helping me

The metadata object you are trying to modify, contains double translations for one metadata property for the same language. It could be a name or a short name. This is a bug, but it is quite easy to fix.

Use the api to GET the metadata object (object type + uid).
eg. …/api/trackedEntityAttributes/{uid}

Then find the duplicate translations and remove them. Use the PUT command to post the element back.

You can use postman or a similar app / console.

This should resolve the issue.

1 Like