SOLO-5034
ExternalBlockNodeNotInRemoteConfigSoloError — System
ExternalBlockNodeNotInRemoteConfigSoloError
| Code | SOLO-5034 |
| Category | System |
| Ownership | User |
| Retryable | No |
Description
Thrown when a referenced external block node is not present in the deployment remote configuration; when provided, the message includes its id. solo looks external block nodes up in the remote config before acting on them, so this means the id does not match any recorded external block node — typically because it was never added or the wrong id was supplied.
Troubleshooting Steps
- Register the external block node first: solo block node add-external
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log