⚠️ Homebrew support is being deprecated.
Solo will stop publishing updates to Homebrew after August 31, 2026.
Install via
npm install -g @hiero-ledger/solo@latest instead.
See System Readiness for full install instructions.SOLO-2030
MirrorNodeClusterContextNotFoundSoloError — Deployment
MirrorNodeClusterContextNotFoundSoloError
| Code | SOLO-2030 |
| Category | Deployment |
| Ownership | User |
| Retryable | No |
Description
Thrown when solo needs to act on a mirror node but cannot determine which cluster (kubeconfig context) it lives in; the message names the mirrorNodeId. solo maps each mirror node to a registered cluster reference to find the context for its operations, so this is raised when no such mapping resolves — typically because the mirror node is not associated with a registered cluster reference, or the referenced cluster is missing from the deployment configuration.
Troubleshooting Steps
- List registered cluster references: solo cluster-ref config list
- Verify the mirror node is associated with a registered cluster
- Check deployment configuration: solo deployment config info