Regarding Dashboard Link Missing in the New DFX version

It’s a really simple question, I want to access the dashboard link to check the stable memory or heap memory pages.
I used to do this with the old dfx version: 0.22.0
It used to give me something like this:
Running dfx start for version 0.22.0
Using the default configuration for the local shared network.
Initialized replica.
Dashboard: http://localhost:44827/_/dashboard

and now, after the upgrade, I can’t access this anymore. So, I just need help regarding how to access the dashboard link, if not that, even how to check the stable memory or heap memory pages for all canisters in my project is fine.

In versions 0.23.0 and newer, you can see the dashboard link if you start dfx with the --verbose flag, like:

dfx start --background --verbose
1 Like