sanity icon indicating copy to clipboard operation
sanity copied to clipboard

Sanity Studio – Rapidly configure content workspaces powered by structured content

Results 397 sanity issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** We often want to customise our studio based on user roles or who they are. This works great in the...

I have a document containing an array field, mixing different types of reference and objects : ```js defineField({ name: 'modules', title: 'Modules', type: 'array', group: 'editorial', of: [ { type:...

bug
typegen

**Describe the bug** I'm trying to use GROQ typegen in my Astro project, but it doesn't recognize the JSX-in-frontmatter syntax and mistakenly thinks its all errors, for example: ``` src/pages/about.astro:...

typegen
Feature

**Describe the bug** We've setup a kinda config based routing system on Next.js (so we can use less time refactoring all our files when you change your preview...). We want...

bug
typegen

When I have a text block that contains spans with only whitespace inside of them, that whitespace does not get carried over into the portable text output of `htmlToBlocks()`. **To...

**Describe the bug** Running `npx sanity init` in a clean NextJS app fails due to a peer deps issue with next-sanity. Running `npm i next-sanity` after the failure works. **To...

**Describe the bug** Right now there is intentionally set a limit of documents accessible in studio document pane list: 2000 However there is no mention of it in https://www.sanity.io/docs/technical-limits technical...

Dear Sanity member, I am encountering a technical issue when using the buttonComponent in a custom schema (Faq.ts). An error occurs while typing text in the button text field. Below...

**Is your feature request related to a problem? Please describe.** Having too many block types in the portable text editor can result in a specific type being hard to find....

**Describe the bug** On https://www.sanity.io/manage, when I click "Create new organization" all I get is an empty page saying "An error occured Minified React error #301; visit https://reactjs.org/docs/error-decoder.html?invariant=301 for the...

bug