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):
Additional context
This issue may be related to the server-side rendering or routing configuration in the Next.js setup used for the website.