Chunk load from storage failed
Code
TERRAIN/CHUNK_FAILED_TO_LOAD_FROM_STORAGE
What it means
Chunk loading attempted to read a chunk from the authoritative storage layer but failed.
When it happens
- Loading a chunk from storage fails (e.g. GCS/Firebase storage).
Typical scenarios:
- Storage permissions / auth issues
- Missing object (not yet generated/uploaded)
- Network issues between server and storage
How to handle
- Include the storage path and chunk key in
meta. - If storage is optional, fall back to generation and then warm the cache.
Last updated on