Unable to set up meshery locally

Ran these commands in meshery dir locally, localhost:9081 returns 404 errror

make ui-setup
make ui-build
make server

The server is running perfectly fine without any errors ,none of the commands gave any errors,but I can’t access meshery UI. None of the ports (3000, 9081) show anything.

I followed the docs and followed the remedies but nothing works.

@ashish111333 You might be missing these steps:

  • Go to your meshery folder in your local-system where you’ve cloned it. Execute:
  • git remote add upstream https://github.com/meshery/meshery
  • git fetch upstream
  • Restart the meshery server
  • Additionally, before restarting the server, if you like to pull the latest changes, you can do: git pull upstream master

Did this already , still giving me same error (404 ) on both ports.

Tried this but doesn’t work.

You can use this post as reference Getting a 404 Error After Setting Up Meshery for the First Time? Here Is How I Solved It

yeah removed node_modules and reinstalled them , still getting the same error.

Are you using correct node version i.e 18 ?

@ashish111333 still sutck ? Can you sahre some outputs/screenshots of errors or everything else that could help us to identify the issue ?

Im contributing to backend is make build-server enough for this