EGRESS_BLOCKED

What it means. This app has been stopped from calling outside services.

What to do. The app itself is still running and still serving visitors; only its calls to the outside are refused. Write to support@uarpie.app if you think this is wrong.

  • HTTP status: 403
  • Retryable after applying the fix: no

Every failure from the CLI or an MCP tool has this shape:

{
  "ok": false,
  "code": "EGRESS_BLOCKED",
  "message": "This app has been stopped from calling outside services.",
  "fix": "The app itself is still running and still serving visitors; only its calls to the outside are refused. Write to support@uarpie.app if you think this is wrong.",
  "file": "<where to edit, when known>",
  "retryable": false,
  "docs": "https://docs.uarpie.app/errors/EGRESS_BLOCKED"
}

Apply fix (edit file when it is given), then run the same command again.