I am getting this error on record save and somehow I can not get rid of it… Any idea?
Ok seems like a temporary issue. Worked on a 5th try…
@primoz.rome That can happen when multiple users and/or API calls are racing each other to update the same record: CMA Error Codes (REST) | Documentation — DatoCMS
If It’s the users, they should usually see a message that “So and so is working on this record. Do you want to take over?”.
If it’s API calls, you can use optimistic locking: Update a record — Record — Content Management API — DatoCMS