I wrote a simple script that needs to read some info from Users collection. I cannot find a way to got around that error. My scripts simply tries to get info about an user params.criteria = { "_id": uid } user = Collection.query(DB_id, collUsers, params, token); when I'm using Server Code-...