After cloning the Repo and following the steps mentioned in the docs. Running make-ui for the dashboard is showing me the following error message in the snack bar and then redirects me to another page. The compilation gets completed successfully but the server logs show the session not found.
Node version: v16.19.1
Go version: 1.20.4
Mesheryctl version: v0.6.91
@Karan This occurs when your auth-token is expired and you’re on development environment. The terminal logs suggests the same. You might have redirected to login page.
Alternatively, in this situation you may go to localhost:9081 which is prod environment and login from there. You’ll come back to localhost:3000 with no errors.
@Vaibhav.Maurya
What Abhi suggested could be marked as the solution? // @Karan @Samyak.Shah would you see that the docs is updated with the suggested steps ?