Problem: Internal Server Error

A server_error problem is returned from horizon when an error occurs within the code for horizon. This error code is a catchall, and it could reflect any number of errors in the server: A configuration mistake, a database connection error, a bug, etc.

NOTE: Even though Horizon is an open source project, we do not directly expose error information such as stack traces or raw error messages, as they may exposes sensitive configuration data such as secret keys.

Example

{
  "type":     "https://www.stellar.org/docs/horizon/problems/server_error",
  "title":    "Internal Server Error",
  "status":   500,
  "details":  "...",
  "instance": "d3465740-ec3a-4a0b-9d4a-c9ea734ce58a"
}

Tips for resolution