minikube dashboard not working
I think you have to enable it. check if the addon is enabled first:
minikube addons list
If it´s disabled then:
minikube addons enable dashboard
then you can get the url typing:
minikube dashboard --url
simply type 'minikube dashboard
' from command terminal.