Page 1 of 1

But the _id is there!

Posted: Tue Feb 04, 2014 2:36 am
by Jason Cheek

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?"


But the _id is there!

Posted: Tue Feb 04, 2014 2:56 am
by Jason Cheek

Oops, nevermind. It seems to be working when I hard code the value in, so I must be missing something elsewhere.

Sorry for the unneeded post.