⚠️ 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-5010
ConsensusNodeNotInConfigSoloError — System
ConsensusNodeNotInConfigSoloError
| Code | SOLO-5010 |
| Category | System |
| Ownership | Solo |
| Retryable | No |
Description
Thrown when solo looks up a consensus node by alias but it is not present in the configuration; the message names the alias. By this point the node should already be known, so reaching it indicates an internal inconsistency between the requested alias and the loaded configuration, and is treated as an internal Solo error.
Troubleshooting Steps
- List registered nodes: solo deployment config info –deployment
- Verify the node alias: kubectl get configmap -n
-o yaml | grep nodeAlias - Re-run with a valid alias: solo node
–node-aliases