Frun1na opened a new issue, #4911: URL: https://github.com/apache/rocketmq-dashboard/issues/4911
### Before Creating the Bug Report - [x] I have searched the [open issues](https://github.com/apache/rocketmq-dashboard/issues) of this repository and believe that this is not a duplicate. - [x] This is a defect in RocketMQ Studio, not a usage question and not a defect in another Apache RocketMQ repository. - [x] I can reproduce this on the current `master` branch, or I have stated the exact version I am running below. ### Studio Version branch: `rocketmq-studio` git commit id: `1ef5d860` (upstream tip at the time of the report) deployed as: built from source ### Runtime Environment Verified by code tracing and unit tests on `rocketmq-studio` @ `1ef5d860` (vitest for `web/`, JUnit for `server/`), not against a specific browser or deployment. ### Connected RocketMQ Cluster Not cluster-specific: the defect lives in the code path and reproduces on any deployment where the trigger condition below holds. ### Describe the Bug On the message page detail modal, the **Verify** (consumer status) tab renders `traceData?.consumerStatus`, but the trace payload is only fetched when the **Trace** tab is selected (`message.tsx` `openDetail()` / `handleModalTabChange()` guard on `tab === 'trace'`). ### Steps to Reproduce 1. Query messages and click 详情 to open the detail modal on the Content tab. 2. Click the **验证** tab directly without visiting the Trace tab. 3. The consumer-status table is empty, with no loading state, error or hint. ### What Did You Expect to See? The Verify tab loads the trace payload (like the Trace tab does) and renders the consumer delivery-status table. ### What Did You See Instead? A permanently empty table; the data only appears if the user happens to open Trace first. -- 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]
