SOLO-4025
ExplorerInvalidComponentIdSoloError — Validation
ExplorerInvalidComponentIdSoloError
| Code | SOLO-4025 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when an explorer component id is not valid; the message includes the value and its runtime type. solo expects component ids in a specific form, so this means the supplied id is malformed or of the wrong type.
Troubleshooting Steps
- Inspect remote config state 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