<!-- 0Gkit docs — STORAGE_ROOT_NOT_FOUND
     Source: https://docs.0gkit.com/errors/STORAGE_ROOT_NOT_FOUND
     LLM-friendly Markdown twin of the page. -->

# STORAGE_ROOT_NOT_FOUND

**Storage root not found on network**

## What happened

The requested Merkle root is not available on the connected 0G storage network. Either the upload never landed, or you're pointed at the wrong network.

## How to fix

Check the network (`--network`), then verify with `0g storage exists <root>`. If the root truly isn't there, re-upload.

## Example

```ts
0g storage exists 0xroothere --network galileo
```

## Reference

- Namespace: `STORAGE`
- Help URL: `https://0gkit.com/errors/STORAGE_ROOT_NOT_FOUND`
- See also: [all error codes](/errors)
