Issue setup the meshery-ui on locally

I’m setup the meshery-ui locally. It was successfully set up and run. But when I access it using http://localhost:3000 it will redirect to http://localhost:3000/provider. If anyone have idea why it happens.

Hi @Senali
The reason it is redirecting you to provider UI is because you’re not logged in.
Secondly, the meshery-ui and provider UI(the one with url /provider ) is developed separately, so it may happen that you get errors in localhost:3000 saying not path like /provider

To solve this, you can go to localhost:9081, login with meshery provider, then try to go back to localhost:3000. It shouldn’t happen again.

TLDR; Login to Meshery-server by going to localhost:9081 before accessing Meshery-UI.

2 Likes