SOLO-4026

RelayInvalidComponentIdSoloError — Validation

RelayInvalidComponentIdSoloError

CodeSOLO-4026
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when a relay 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

  1. Inspect remote config state for corruption: kubectl get configmap solo-remote-config -n -o yaml
  2. Check solo logs for config loading errors: tail -n 100 ~/.solo/logs/solo.log
  3. If the issue persists, this may be an internal bug — report it with your solo log