> ## Documentation Index
> Fetch the complete documentation index at: https://docs.particle.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# internal_error

> Unexpected server error

export const StatusLink = ({children}) => {
  return <a href="https://status.particle.pro">{children || "status.particle.pro"}</a>;
};

export const EmailSupportLink = () => {
  return <a href="mailto:api@particle.pro">api@particle.pro</a>;
};

|                 |                             |
| --------------- | --------------------------- |
| **HTTP status** | `500 Internal Server Error` |
| **Error code**  | `internal_error`            |

## What happened

An unexpected server-side error occurred. The request may or may not have been partially processed.

## How to fix

Retry the request after a short delay. If the error persists, check <StatusLink /> for any ongoing incidents, then contact support at <EmailSupportLink /> and include the `X-Trace-ID` response header so we can locate the failure.
