FetcherError: Internal Error

Hi 👋

When trying to write to our non-postgres DB, we are currently getting the cryptic error:
FetcherError: Internal Error (Request ID: f347ce16-76ee-945f-81df-51cf8d1f6e59)

{
  status: 500,
  errors: [
    {
      message: 'Internal Error (Request ID: f347ce16-76ee-945f-81df-51cf8d1f6e59)',
      status: 500
    }
  ],
  requestId: 'f347ce16-76ee-945f-81df-51cf8d1f6e59',
  cause: undefined
}

How can we identify the cause? We currently cannot write to the database anymore (Edit: for some requests, some others still seem to work).
Was this page helpful?