RockteMQ-AI commented on issue #2731: URL: https://github.com/apache/rocketmq-dashboard/issues/2731#issuecomment-5459693986
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The Nginx configuration incorrectly routes documentation paths (`/api-docs`, `/swagger-ui.html`) through the SPA fallback instead of proxying to Spring Boot. Additionally, the AI SSE endpoint inherits inappropriate proxy buffering and a read timeout that is too short for provider execution. **Root Cause:** Missing explicit Nginx location blocks for documentation routes; SSE endpoint lacks per-location `proxy_buffering off` and adequate `proxy_read_timeout` **Impact:** API documentation inaccessible; AI chat SSE stream may be truncated or timeout prematurely **Severity:** medium The proposed fix with exact/prefix Nginx locations and a static contract test is a sound approach. --- *Automated evaluation by github-manager-bot* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
