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

When navigating to https://myproject.sanity.studio, I randomly encounter the following error: > Unhandled error > Encountered an unhandled error in this Studio. > > Reload page > > l@/static/js/vendor.bundle.js?b6c2a2a9d4166b4a779f:1:405 > @/static/js/app.bundle.js?815a224a89378c3ee8b9:104:969375...

spellcheck option is on for every block type even if set to false i have used … ```js { title: 'Text', name: 'text', type: 'array', of: [{type: 'block'}], options: {...

**Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. Create a schema like so: ``` type Masthead implements Document { name: String! file: File! } ``` 2. Create...

:bug: Bug
Studio

**Is your feature request related to a problem? Please describe.** When checking the response of deserializing HTML to PortableText, I am confused about the data structure. Here is a simple...

**Is your feature request related to a problem? Please describe.** I'd like to automatically make a reference show up, if the reference has already been made on another document on...

feature-request

**Describe the bug** `webpack.sanity.js` which is applied fine when running `sanity start` is not being taken into account when we use command `sanity graphql deploy --dataset production --playground --force`. I...

**Describe the bug** `npm create sanity@dev-preview` fails with unmet peer dependencies using pnpm. Errors: ``` dependencies: + @sanity/eslint-config-studio 2.0.0 + eslint 8.17.0 + prettier 2.7.0 + react 17.0.2 (18.2.0 is...

If you find a security vulnerability, do NOT open an issue. Email [[email protected]](mailto:[email protected]) instead. **Describe the bug** The problem that I am facing at the moment is that I can't...

**Is your feature request related to a problem? Please describe.** https://www.sanity.io/docs/preview-content-on-site When using production preview, I would like to be able to configure the environment to preview by leveraging a...

**Describe the bug** When using Sanity field groups within an array object, the generated field group navigation tabs are not functional. **To Reproduce** Steps to reproduce the behavior: 1. Use...