Unhandled Error after running mesheryctl system dashboard --port-forward

Context:
I wanted to try running mesheryctl for local development so that I could test some changes made to meshkit logic.

Steps:

  1. Ran make in meshery/mesheryctl.
  2. Then ./mesheryctl system start.
  3. After this I ran mesheryctl system dashboard --port-forward.

Problem:
Initially for a minute or so everything worked, but after that the following error occurred. This happened no matter how many times I ran the command after killing it.

OS: Mac

Thanks for posting over here. As mentioned previously, there’s still not enough information here to be able to assist you.

@palSagnik which platform are you using to run meshery server?
meshery system start uses the current context from /.kube/config.yaml file
what context is it using?

Also, did you try - mesheryctl system restart?

@Riya I am trying to run it on kubernetes.

the current context is minikube. And yes I did try mesheryctl system restart. Multiple times in fact but the issue persists.