
Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag storeThis is almost certainly a browser caching issue with your deployed Studio! The good news is it's a common problem with a straightforward fix. Here's what's happening and how to resolve it:
When you deploy your Studio with sanity deploy, it creates a production build that gets cached aggressively by browsers and service workers. Even though you've deployed a new schema, your browser is still serving the old cached version of the Studio.
Hard refresh your browser on the production Studio:
Ctrl + Shift + R or Ctrl + F5Cmd + Shift + RClear your browser cache specifically for your *.sanity.studio domain
Open in incognito/private browsing mode to test if it's cache-related (this will confirm the diagnosis)
If hard refreshing doesn't work or the issue keeps coming back, you may need to clear the service worker:
You can also check Cache Storage in the same Application tab and manually clear it.
When you run sanity start locally, you're running a development server that doesn't use aggressive caching or service workers. That's why you see the correct schema locally but not in production—it's purely a client-side caching issue, not a deployment problem.
To confirm your schema actually deployed correctly, you can:
sanity deployThe schema deployment happens automatically when you run sanity deploy, so if that command succeeded, your schema is definitely updated on the server—it's just your browser holding onto the old version.
Let us know if the hard refresh fixes it! 😊
Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.
Content operations
Content backend


The only platform powering content operations
By Industry


Tecovas strengthens their customer connections
Build and Share

Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag store