123123213weqw opened a new issue, #1613: URL: https://github.com/apache/rocketmq-dashboard/issues/1613
## Bug `chatStream` reads `localStorage` directly while building the SSE request. Browsers can throw `SecurityError` for storage access in restricted, sandboxed, or privacy-hardened contexts. The exception occurs before `fetch`, so AI chat fails even though an unauthenticated request could still reach the server. ## Expected behavior Use the existing safe auth-session reader and omit the Authorization header when no token can be read. Add a regression test where storage throws. -- 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]
