Our content team has been facing recently the following error when editing a page or blogpost:
What could be causing this? It is an annoying issue that affects our content team negatively so it would be appreciated to track down the root cause of it
This error occurs when an attempt is made to modify a record that is concurrently being updated by another API request. This typically happens when two API requests try to change the same record at the same time. To resolve this, ensure that you implement retry logic in your application, allowing it to gracefully handle such conflicts by retrying the request after a brief wait.
If youโre NOT making any API calls and this is happening with multiple editors just working in the UI at the same timeโฆ I think that is a bug! Usually the UI will warn them that โSoandso is also working on this record. Do you want to take over?โ Collaboration features | Documentation โ DatoCMS
If you are seeing a situation where that isnโt happening, could you please give us more details (like a video recording, or details about what the different editors are doing)? It may be a bug, or a custom plugin youโre using (if any).