⚠️ 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-3003
NodeBuildUploadFailedSoloError — Component
NodeBuildUploadFailedSoloError
| Code | SOLO-3003 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when solo cannot upload the build.zip artifact; the underlying failure is wrapped in cause. solo uploads the packaged build so nodes can be provisioned from it, so this means the upload failed — for example the source file was missing or unreadable, or the destination was unreachable. It is retryable.
Troubleshooting Steps
- Review solo logs: tail -n 100 ~/.solo/logs/solo.log
- Check node pod status: kubectl get pods -n
-l solo.hedera.com/type=network-node - Inspect the pod for more detail: kubectl describe pod
-n