SOLO-4049
CacheNotMaterializedSoloError — Validation
CacheNotMaterializedSoloError
| Code | SOLO-4049 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when the cache is used before it has been materialized. solo requires the cache to be populated before it can be read, so this means a read happened too early in the workflow — materialize the cache first.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Run the cache pull step before using cached images: solo cache image –help