In this post, we will see how to resolve WARN The default export of @sanity/client has been deprecated. Use the named export createClient instead Question: I’m currently learning React-Native. I try to use sanity in my project. This is my ...
In this post, we will see how to resolve Portabletext-svelte image from rich formatted text Question: I use Sanity.IO for my blog and sveltekit. I use portabletext-svelte to change the json to html text and tailwindcss prose to make it ...
In this post, we will see how to resolve Sanity IO CMS – What is the difference between sanity.config.js and sanity.json Question: Working with a Version 3 Sanity project to provide backend data. However, I noticed that there are two ...
In this post, we will see how to resolve How to query the next post with GROQ sanity Question: I want to fetch the data for the next post in order they were created at – currently nextPost returns null ...
In this post, we will see how to resolve New nextjs 13 next/image component not loading with sanity.io image Question: I’m trying to get a simple next/image component displaying properly but the images just won’t load. I’m using nextjs 13 ...
In this post, we will see how to resolve Invalid property value: API create Mutation Sanity.io Reference is string – how to define as reference? Question: i am building a ecommerce site. I have trouble adding orderItems to the Array ...
In this post, we will see how to resolve Sanity HTTP API: How to add an array of references? Question: What is the correct way to add an array of references using the Sanity HTTP API? I’m able to add ...
In this post, we will see how to resolve Unknown block type “youtube”. Problem with serialization React Portable Text Question: I added custom block YouTube block using this tutorial. I have problem with render the YouTube embed in a frontend. ...
Question: I’m trying to figure out how to access a full object reference through Sanity.io. Example code: I have another schema declared called Skill that contains two fields: technology, and icon. This Experience schema that I am working with above ...
Question: I don’t know if exists some way to sorting the results by custom field. My query: So I want to sort the results by isHarry, is it posible? I tried something like this: and but they didn’t work Answer: ...