Skip to main content

SERVER_TIMEOUT

Encountering an error? Get help with AI tools

Error Cause

Service response timeout, possibly caused by network latency, high server load, or excessive request processing time.

Solutions

  1. Check network connection status
  2. Retry the request, you can appropriately increase the timeout duration
  3. If it's a database query timeout, optimize query conditions or add indexes
  4. If it's a cloud function timeout, check if there are performance issues in the function execution logic