I am currently setting up meshery UI on my local and trying to run the meshery UI with the server + meshery istio adapter (pre-written example).
Both the server and adapter seems to be working. But the UI itself is giving page 404 at the default route i.e /provider.
Commands that I am using :
make setup-ui-libs
make run-ui-dev
make server
make run (for meshery-istio adapter)
ps: sorry wasn’t able to provide images, since newcomers can post media.
Oops. I missed that the current form of the make ui-server target excludes the provider-ui. You’ll want to run make ui-build (to build Meshery UI and Provider UI) or to only build the Provider UI, you can run make ui-provider-build.
I am currently noticing that the build and everything is very slow for the UI part since it is still using next version 10.XX.XX but my question is are we going to update it soon or for the time being we can use vite to make it faster.
PS: thanks for the help though.