⚠️ 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-3080
MirrorPasswordSecretMissingSoloError — Component
MirrorPasswordSecretMissingSoloError
| Code | SOLO-3080 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when the mirror node database owner credential is absent from the expected secret — specifically MIRROR_IMPORTER_DB_OWNER is not present in the mirror-passwords secret. solo reads this secret to obtain the importer’s database owner, so this means the secret exists without the required key, or was not populated as expected during deployment.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Inspect the mirror-passwords secret: kubectl get secret mirror-passwords -n
-o jsonpath="{.data}" - Re-deploy the mirror node to recreate secrets: solo mirror node add