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
When i query *[_type=="post"] i get this responsemessage : "expected '}' following object body" name : "ClientError"
sanity client
export default sanityClient({
projectId: "id", // find this at manage.sanity.io or in your sanity.json
dataset: "production", // this is from those question during 'sanity init'
useCdn: true,
apiVersion: "2021-03-25",
});
When i query
*[_type=="post"]
i get this responsemessage : "expected '}' following object body" name : "ClientError"
sanity client
versions
@sanity/base 2.32.0 → 2.33.0 @sanity/default-layout 2.32.0 → 2.33.0 @sanity/default-login 2.32.0 → 2.33.0 @sanity/desk-tool 2.32.0 → 2.33.0 @sanity/vision 2.32.0 → 2.33.0
The text was updated successfully, but these errors were encountered: