⚠️ 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-4078
ValuesFileNotFoundSoloError — Validation
ValuesFileNotFoundSoloError
| Code | SOLO-4078 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when the values file supplied to --values-file does not exist. solo reads this YAML file to populate per-component configuration before deploying, so this means the path is missing or wrong — for example a typo in the file name or a relative path resolved from an unexpected directory.
Troubleshooting Steps
- Verify the file exists: ls -la
- Check the path passed to –values-file for typos and for the correct file extension (.yaml)
- Relative paths are resolved against the current working directory