yuluo-yx opened a new issue, #2718:
URL: https://github.com/apache/rocketmq-dashboard/issues/2718

   ## Problem
   
   AI chat streaming calls the hard-coded `/api/ai/chat` URL instead of the 
shared `API_BASE_URL`. Deployments using a custom prefix or absolute backend 
URL therefore break only for streaming. Its Fetch path also bypasses the Axios 
401 session cleanup.
   
   ## Expected behavior
   
   Streaming should honor the configured API base and apply the same session 
invalidation semantics as other protected API calls.
   
   ## Proposed scope
   
   Reuse the shared base URL and unauthorized-session handler, with focused 
tests for an absolute base URL and a 401 response.
   


-- 
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]

Reply via email to