cannot make my first app

0
I setup mendix studio 10.24 i made app on mindex portal but when i want to edit app in studio i have received this error "Don't have the correct version of studio pro dowload studio pro 10.22" However i am using studio pro 10.24 I would be very grateful if you could help me when i make app in studio pro 10.24 i receive this message "the version controlled app has been created but uploading files failed you can retry uploading them using the item menu version control -> uploading to version control server with the following details An error occurred while uploading the project to the repository." i closed the firewall but nothing changed
asked
3 answers
0

You can install 10.22 and try again.

answered
0

Hi Ahmed 

Check whether you have compatible Git version installed in your PC (for Mendix studio pro version 10.24 )

 

Regards

Ajay

 

answered
0

Hi,

  1. In other programming languages you have just one IDE (like VSCode, IntelliJ Idea etc.). With Mendix it is different, for every model (= your application) version, you have an IDE that is the same version. So, every Mendix developer has installed like 20 Mendix versions on their computer. Install both Mendix Studio 10.24 and 10.22 on your computer, no problem, and it will automatically open projects in the corresponding versions. 
  2. Normally, Mendix installs also Git on your machine. But under certain circumstances, this does not happen (eg if you do not or can not grant Admin privileges during installation, eg on a VM machine). The error indicates that Git was not automatically installed.  Just go here: https://git-scm.com/downloads install Git and after that try to push your app to the versioning system, as the error says. It should work.
answered