Hi, I got a weird problem similar to this one here: Corrupted collections? Instance not found error
If I execute a query like this I get an error:
q.Map(
q.Paginate(q.Documents(q.Collection('ClientOnProject')), { size: 13 }),
q.Lambda(x => q.Get(x))
)
Error: [
{
"position": [
"map",
"expr"
],
"code": "instance not found",
"description": "Document not found."
}
]
The query is fine if I do not call the Get on the result.
Using the same email address for my fauna.com account.