SingBoxClient icon indicating copy to clipboard operation
SingBoxClient copied to clipboard

Dashboard doesn't load [Mac OS]

Open fmoosavi opened this issue 2 years ago • 1 comments

Hi, I just installed this client and saw a dashboard option in the menu: Screenshot

It doesn't load. What is the problem?

fmoosavi avatar Oct 27 '23 08:10 fmoosavi

Dashboard action source code: https://github.com/daodao97/SingBoxClient/blob/master/main.go#L201

If can not open URL in browser, maybe open.Run return error, open.Run source code: https://github.com/skratchdot/open-golang/blob/master/open/exec_darwin.go#L10

so, it is just run system command open http://127.0.0.1:9090/ui, you can try it in terminal.

daodao97 avatar Oct 30 '23 03:10 daodao97