Sanity operation timeout error - Is the service down?

7 replies
Last updated: Nov 29, 2025
Is sanity down? I’m getting
 “description”: “The operation timed out”,
in the response body
AI Update

When you're getting "The operation timed out" errors from Sanity, here's what you should check:

First, check the official status page: Visit https://status.sanity.io/ to see if there are any ongoing incidents or degraded performance issues with Sanity's API, Content Lake, or CDN services. This is the authoritative source for real-time system status and will show you if Sanity is experiencing downtime.

Common causes of timeout errors:

  1. API query complexity - If you're running complex GROQ queries or fetching large datasets, the operation might exceed timeout limits. Try simplifying your query or adding pagination.

  2. Network issues - Sometimes the timeout is on your end due to network connectivity problems or firewall configurations blocking requests to sanity.io.

  3. Rate limiting - If you're making a high volume of requests, you might be hitting rate limits which can manifest as timeouts.

  4. Recent API changes - If you recently updated dependencies, be aware that the API version v2025-02-19 changed the default perspective from raw to published, which could affect query behavior and performance.

Troubleshooting steps:

  • Check if the timeout is consistent or intermittent
  • Try a simple query to see if the API is responding at all
  • Check your browser's network tab or server logs for more details about the request
  • Verify your API token is still valid and has the correct permissions
  • Try accessing Sanity Studio directly to see if it loads
  • Look at the specific endpoint that's timing out - is it a query, mutation, or asset upload?

If the status page shows everything is operational but you're still experiencing "The operation timed out" errors in your API response description, it's likely something specific to your configuration, query complexity, or network setup. In that case, you'd want to share more details about the specific API call that's timing out in the Sanity community Slack or forums for more targeted help.

Show original thread
7 replies

Sanity – Build the way you think, not the way your CMS thinks

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.

Was this answer helpful?