Troubleshooting
Draft. Common issues and quick checks.
Docs returns 404
client/info/app/[[...mdxPath]]/page.jsxloads pages fromcontent/.- 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