Sanity Fetcher not working after update.

my Sanity Fetcher stopped working with the last update. - this is the setup:

Screen Shot 2023-03-28 at 2.32.44 PM.png

Screen Shot 2023-03-28 at 2.32.42 PM.png

I’m using the dynamic value just so i can see it better. but even removing it - same issue. I can’t get any query to work

Did you try get data just using GROQ query? I mean not selecting document type

Yes good idea - same issue

if i remove groq - and use Document Type only - it “works”

@chungwu

yup working on a fix!

@efficient_pelican could you take another look?

The query seems to go through, but results seem to be borked

there’s 3 items - and when selecting any it just doesn’t do anything

Can you link me

https://studio.plasmic.app/projects/4iRsPieoP8JJsscajwt1tz/branch/pdp@latest/component/Section.Quotes

hmm looks like that groq returns an empty result set

I pasted from Vision which returns 3. Hmmm

this is the groq right?

*[_type == "product" && store.slug.current == "olive-oil"]{  press[]-> {    ...,    source->  }}

pasted from your message

hmmmm odd…

curl '<https://cc8omoiz.apicdn.sanity.io/v1/data/query/production?query=*%5B_type%20%3D%3D%20%22product%22%20%26%26%20store.slug.current%20%3D%3D%20%22olive-oil%22%5D%7B%20%20press%5B%5D-%3E%20%7B%20%20%20%20...%2C%20%20%20%20source-%3E%20%20%7D%7D>' --compressed
{"ms":8,"query":"*[_type == \"product\" \u0026\u0026 store.slug.current == \"olive-oil\"]{  press[]-\u003e {    ...,    source-\u003e  }}","result":[{}]}

you’re right this is super funky

https://cc8omoiz.api.sanity.io/v2021-10-21/data/query/production?query=*%5B_type%20%3D%3[…]20%20%20…%2C%0A%20%20%20%20source-%3E%0A%20%20%7D%0A%7D works but curl is null

i’ll see what i can figure out - thank you