Skip to main content

Forgejo unavailable

typehttps://docs.frem.sh/reference/api/errors/forgejo-unavailable
HTTP status503 Service Unavailable

What it means

A dependency is temporarily unavailable.

Example detail messages returned with this error:

  • Forgejo client not configured.
  • Forgejo client not configured.
  • Member removal is not available (forgejo client not configured).

What to do

The Git backend is temporarily unreachable. Retry with backoff; check status.frem.sh if it persists.

Response shape

All fremforge API errors are RFC 9457 problem+json:

{
  "type": "https://docs.frem.sh/reference/api/errors/forgejo-unavailable",
  "title": "Service Unavailable",
  "status": 503,
  "detail": "..."
}

Branch on type, not on title or detail - those are human-readable and may be reworded.