Crazylychee commented on issue #359: URL: https://github.com/apache/rocketmq-dashboard/issues/359#issuecomment-3228309613
<img width="1906" height="633" alt="Image" src="https://github.com/user-attachments/assets/5a8039cb-6c0a-4244-9387-edcc5b3984b5" /> <img width="1653" height="703" alt="Image" src="https://github.com/user-attachments/assets/5924866f-bcdb-42b6-9873-412eebe7ff70" /> @XcLyyds00176859245146532 I tried to pull the latest version of the image, and the problem did not reappear. Environment: Windows 10 Docker 28.0.4 Browser: Chrome 139.0.7258.139 Command: ```shell docker run -p 8082:8082 -e "JAVA_OPTS=-Drocketmq.namesrv.addr={localhost address docker can access}:9876 -Drocketmq.config.enableDashBoardCollect=false" --name rd apacherocketmq/rocketmq-dashboard:2.1.0 ``` ```shell ```shell docker run -p 8082:8082 -e "JAVA_OPTS=-Drocketmq.namesrv.addr=192.168.0.106:9876 -Drocketmq.config.enableDashBoardCollect=false -Drocketmq.config.loginRequired=true" --name rd apacherocketmq/rocketmq-dashboard:2.1.0 ``` ``` You can try changing your browser or clearing your browser's local cache to see if this solves the problem. -- 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]
