⚠️ 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-4047

ConfigFileInvalidSoloError — Validation

ConfigFileInvalidSoloError

CodeSOLO-4047
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when a configuration file is empty or contains invalid content. solo reads this file to drive a command, so this means it had no usable content — for example an empty file or content that does not match the expected format.

Troubleshooting Steps

  1. Verify the configuration file is a valid YAML or JSON document
  2. Check that the file is not empty and contains the expected fields
  3. Run solo config ops backup to export a valid configuration for reference