I'm trying to update a pointer referring to a user account in an update rest call, but I keep getting this error:
Collection '_users' doesn't contain object with id \"xxx\"".
But xxx is the exact value I just copied from the _id column in the users collection. I have retried and verified they are the exact same several times.
Do you have any idea what could be wrong?"