Anthony Yiu

Results 9 comments of Anthony Yiu

Got the same problem. I tried @Fredkiss3 's solution by passing a key to but it didn't work, not even in dev stage.

Hi all, I tried a workaround and it works for me. Please try to convert your page.tsx to a client component using `"use client"` , get searchParams by `useSearchParams()` instead...

> > Hi all, I tried a workaround and it works for me. Please try to convert your page.tsx to a client component using `"use client"` , get searchParams by...

Hi Victor, the hook was triggered after I published through the sanity studio (as confirmed by Vercel deployment log, which stated that the update was made by Deploy Hook). However,...

> I somehow missed the screenshot you added to your earlier response. Sorry about that. If the hooks are being triggered as expected, I'm not entirely sure what the issue...

> It's optional to deploy the studio on Sanity, so not really the issue in case. As for the deployment issues, sorry I can't provide a solution. Maybe you'll have...

Hi all, I also did some research in Sanity and Vercel. I tried the revaldiateTag(). It works for me but ONLY when single tag is used and after I clicked...