gatsby-source-sanity icon indicating copy to clipboard operation
gatsby-source-sanity copied to clipboard

Mux assets are not resolved when there's a cache

Open intelligence opened this issue 1 year ago • 0 comments

Been battling with an issue with Mux assets not working properly without running gatsby clean. Seems like the source plugin does not look for the document type SanityMuxVideo or SanityMuxVideoAsset when there is a cache. Temporarily fix available here: https://github.com/sanity-io/sanity-plugin-mux-input/issues/57#issuecomment-1520392054

Would be great to find a more proper fix, but I find the codebase too complex to understand how to make sure these are queried properly.

intelligence avatar Apr 24 '23 15:04 intelligence