Skip to Content
DevelopersGuidesTroubleshooting

Troubleshooting

Draft. Common issues and quick checks.

Docs returns 404

  • client/info/app/[[...mdxPath]]/page.jsx loads pages from content/.
  • Ensure your section exists in content/_meta.js (and any nested _meta.js).

WS won’t connect

  • Server is running (port/path)
  • CORS configuration (if applicable)
  • Client endpoints match the expected WS routes

Errors feel too vague

The project standardizes errors via AppError.

  • Error codes/format: Error codes
  • Implementation: shared/common/src/error/*
Last updated on
Docsv1.0.10