# PHONE_LINK_INVALID

**What it means.** This link to the app's phone version has expired or was taken back.

**What to do.** Ask for a fresh link to the app's phone version and open that one instead.

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

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

```json
{
  "ok": false,
  "code": "PHONE_LINK_INVALID",
  "message": "This link to the app's phone version has expired or was taken back.",
  "fix": "Ask for a fresh link to the app's phone version and open that one instead.",
  "file": "<where to edit, when known>",
  "retryable": false,
  "docs": "https://docs.uarpie.app/errors/PHONE_LINK_INVALID"
}
```

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