Instance not found for a document that should be there

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.

It looks like your index is corrupted. I am taking a look.

@christiangoltz, I think we can resolve this post as we have fixed the issue? The root cause was Fauna Status - Index mismatches for some customers