# ADDRESS_STILL_STARTING

**What it means.** The app is live, but its new address is still being set up at the edge and can take up to a minute more to answer.

**What to do.** Wait a minute before opening the link. Do not deploy again; that does not make the address ready sooner.

- HTTP status: 200
- Retryable after applying the fix: no

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

```json
{
  "ok": false,
  "code": "ADDRESS_STILL_STARTING",
  "message": "The app is live, but its new address is still being set up at the edge and can take up to a minute more to answer.",
  "fix": "Wait a minute before opening the link. Do not deploy again; that does not make the address ready sooner.",
  "file": "<where to edit, when known>",
  "retryable": false,
  "docs": "https://docs.uarpie.app/errors/ADDRESS_STILL_STARTING"
}
```

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