I’m trying to update a post via the rest api, and getting an update collision error, but the client updated_at is more recent than the server updated_at? This seems wrong and I’m not sure if there’s something else I’m missing
{
code: "UPDATE_COLLISION",
context: "Saving failed! Someone else is editing this post.",
details: {
clientUpdatedAt: "2020-04-22T22:59:36.061Z",
serverUpdatedAt: "2020-04-22T22:46:04.000Z"
},
help: null,
id: "f0545b70-84ec-11ea-84e6-c392055a3ddc",
message: "Saving failed! Someone else is editing this post.",
property: null,
type: UpdateCollisionError
}