File not found on running make server

Hey guys!! I had to reset my system because of some technical issues and then tried resetting up the project and I set up using link. And I encountered the following error when I ran server and tried opening the link in the browser.
My environment variables:
go version go1.19.11 linux/amd64, node -v 18.16.1, gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0,
GNU Make 4.3 and I use wsl.

Hey @Shaman_SR, the potential cause would be that your forked repository is out of date with the Meshery repo.

Pull the latest commits

git pull upstream master

And restart the meshery server.

This will fetch the latest version tags and commits and merge them.
Hopefully, this will resolve your concern

Hey @Karan tried It ran successfully. Thank you :grinning:

Thank you @Karan @Shaman_SR.
@Shaman_SR Please feel free to post your questions and feedback here on our community forum for timely response.

1 Like