Aias00 opened a new issue, #1111: URL: https://github.com/apache/rocketmq-dashboard/issues/1111
## Problem `useInstanceFilter` selects the first available instance when the route does not name a valid instance, but it only redirects when the route parameter is absent. A stale or mistyped URL such as `/instance/missing/topic` therefore continues to display `missing` while requests target the first real instance. ## Expected behavior After instances load, an absent or unknown route instance ID should be replaced with the first available instance ID. The navigation must use `replace` so stale history entries do not accumulate. ## Scope - Update the shared `useInstanceFilter` hook. - Add a regression test for an unknown instance route. - Do not change resource CRUD identity or instance persistence. -- 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]
