Skip to content

Troubleshooting

Use this page when the docs or platform-adjacent development workflow stops at a known failure mode.

Every Markdown or MDX page in src/content/docs/guides/ needs valid frontmatter. At minimum, include:

---
title: Page Title
---

If pnpm reports ignored build scripts for frontend dependencies, review the approved build settings before rebuilding native packages. Do not remove dependency lockfiles or rewrite unrelated install state.

If a sidebar or header link 404s, confirm the page exists under src/content/docs/guides/ and that its generated route matches the configured /guides/... link.

Use 127.0.0.1 if localhost resolves differently on a machine. The standard local checks are:

  • http://127.0.0.1:3000
  • http://127.0.0.1:8000/system/health