You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally this document shouldn't exist as it was deleted using cleint.delete but for some reason, it still exists on /query as a full document, and on the studio as an empty document!
Normally this document shouldn't exist as it was deleted using
cleint.delete
but for some reason, it still exists on/query
as a full document, and on the studio as an empty document!Making an HTTP request to the
/query
endpointhttps://<<acc_id>>.api.sanity.io/v2021-06-07/data/query/production/?query=*[_id == "1GTUUGED6PZ227984"]{_id}
Returns (normally it should not return the document as it was deleted!)
Making same HTTP request to
/doc
endpointhttps:/<<acc_id>>.api.sanity.io/v2021-06-07/data/doc/production/1GTUUGED6PZ227984
Returns (which is correct)
P.S. It's not only one single document, it's more than 200 documents.
The text was updated successfully, but these errors were encountered: