Unable to open local repository directly once cloned

Usually when we clone the repo from Git it opens the project directly in studio. Currently on one of our users it is giving the error in the image. I think it has something to do with where the project.json is located within the files but everything looks the same between mine and this users. Has anyone else experienced this?

Hey @stike21,

Error comes if project.json is missing or not in repo root after cloning.
Clone correct branch and open folder where project.json is present in Studio.
If still failing move project.json to root and commit again.

Let me know if it’s resolve your issue

@stike21

Please ensure the repo link that you are using fro cloning is correct. It should be the main project folder/root folder where in all the xamls and project json lies.

Then it wont throw this error.

if you would like, you can share the screenshot of your repo, and we can help you.

This was the issue! After looking at it in Github, it was finding content only instead of the project files. Thank you!

1 Like

Happy to help happy automation :partying_face:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.