Common issues
Installation: “No Astro project found”
Section titled “Installation: “No Astro project found””The installer expects astro.config.mjs (or .ts) at or above the target path. Run it from your Astro project root (next to package.json). Default install target is usually src/content. If the vault landed in the wrong place, run npx create-vaultcms again from the correct root.
Home base is empty or wrong
Section titled “Home base is empty or wrong”- Confirm Obsidian opened the folder that contains
.obsidian(oftensrc/content). - Under Settings → Community plugins, ensure Bases CMS and Home Base are enabled.
- Open Home in the tab bar or
_bases/Home.basefrom the file explorer. - If you installed at the project root, base formulas may filter on
src/content/. OpenHome.baseand check paths; re-run the installer from the root if formulas look wrong.
Push fails: Git not configured
Section titled “Push fails: Git not configured”Run git remote -v in the project. You need a remote and working auth (SSH or HTTPS). Configure credentials under Settings → Community plugins → Git.
Frontmatter is not inserting automatically
Section titled “Frontmatter is not inserting automatically”In Settings → Astro Composer, enable Auto-insert Properties (or equivalent). Ensure a content type matches the folder you are in. Re-run Vault CMS: Open Wizard if types are missing.
Wiki links appear in Astro output
Section titled “Wiki links appear in Astro output”Use Astro Composer: Convert Wikilinks to Astro from the command palette. Optionally enable background wikilink processing in Astro Composer settings.
Wizard detected the wrong content folder
Section titled “Wizard detected the wrong content folder”Run Vault CMS: Open Wizard again and adjust the install target and content types.
After manual install, Home base does not work
Section titled “After manual install, Home base does not work”Copy both .obsidian/ and _bases/, and _GUIDE.md if you want the in-vault guide. Open the folder with Open folder as vault, not single files.
Community plugins will not load
Section titled “Community plugins will not load”Settings → Community plugins → Turn on community plugins, then enable each needed plugin (Vault CMS, Astro Composer, Git, etc.).