Closed
Description
Describe the bug
When accessing the documentation pages like https://ts.llamaindex.ai/docs/llamaindex/modules/chat_engine and https://ts.llamaindex.ai/docs/llamaindex/modules/node_parser, some API References return a 500 Internal Server Error from the server.
To Reproduce
// Open your browser and navigate to:
https://ts.llamaindex.ai/docs/api/classes/ContextChatEngine
// or
https://ts.llamaindex.ai/docs/api/classes/LlamaParseReader
Expected behavior
All documentation pages should load correctly without errors.
Screenshots
If applicable, add screenshots to help explain your problem.


Desktop (please complete the following information):
- OS: macOS
- JS Runtime / Framework / Bundler (select all applicable)
- Node.js
- Deno
- Bun
- Next.js
- ESBuild
- Rollup
- Webpack
- Turbopack
- Vite
- Waku
- Edge Runtime
- AWS Lambda
- Cloudflare Worker
- Others (please elaborate on this)
- Version [e.g. 22]
Additional context
This issue may be related to the server-side rendering or routing configuration in the Next.js setup used for the website.