SOLO-4030
BlockNodeInvalidComponentIdSoloError — Validation
BlockNodeInvalidComponentIdSoloError
| Code | SOLO-4030 |
| Category | Validation |
| Ownership | Solo |
| Retryable | No |
Description
Thrown when a block node component id is not the expected type or format; the message includes the value and its runtime type. solo expects component ids in a specific form, so an invalid value passed internally points to a defect in the calling code and is treated as an internal Solo error.
Troubleshooting Steps
- Inspect remote config for corruption: kubectl get configmap solo-remote-config -n
-o yaml - Check solo logs for config loading errors: tail -n 100 ~/.solo/logs/solo.log
- If the issue persists, this may be an internal bug — report it with your solo log