26 lines
590 B
Markdown
26 lines
590 B
Markdown
# Vault Not Loading
|
|
|
|
Use this checklist when Tolaria cannot open or refresh a vault.
|
|
|
|
## Check The Folder
|
|
|
|
- Confirm the folder exists.
|
|
- Confirm the folder contains readable files.
|
|
- Confirm Tolaria has permission to access the folder.
|
|
- Try opening a smaller test vault to isolate the issue.
|
|
|
|
## Check Git
|
|
|
|
If the vault is a Git repository, verify it is not in a broken state:
|
|
|
|
```bash
|
|
git status
|
|
```
|
|
|
|
Resolve interrupted merges or corrupted repository state before retrying.
|
|
|
|
## Reload
|
|
|
|
Run `Reload Vault` from the command palette. This clears derived cache and rescans the filesystem.
|
|
|