Some checks failed
Auto-update PR branches / Update open PR branches (push) Has been cancelled
CI / Frontend Static Quality Checks (push) Has been cancelled
CI / Frontend Tests & Coverage (push) Has been cancelled
CI / Rust Tests & Quality Checks (push) Has been cancelled
CI / Linux build verification (push) Has been cancelled
Release (Alpha) / Compute alpha version (push) Has been cancelled
Release (Alpha) / Build release artifacts (push) Has been cancelled
Release (Alpha) / GitHub Release (alpha) (push) Has been cancelled
Release (Alpha) / Update docs and release pages (push) Has been cancelled
Deploy docs / Build VitePress site (push) Has been cancelled
Deploy docs / Deploy to GitHub Pages (push) Has been cancelled
29 lines
695 B
Markdown
29 lines
695 B
Markdown
# Vault Not Loading
|
|
|
|
Source: troubleshooting/vault-not-loading.md
|
|
URL: /troubleshooting/vault-not-loading
|
|
|
|
# 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. |