Error with creating an App - help needed

0
Hey all,    I'm currntly working on the mendix training. Following the instructions I'll get this error message:   
asked
1 answers
0

Hi Julia,

 

This error usually happens when Mendix Studio Pro cannot connect the app to the Team Server. Here are some things you can try:

  1. Check your network settings

    • If you are using a VPN or proxy, temporarily disable it and try again.
    • Make sure your firewall allows Git connections. If your company uses a proxy, contact your local IT support to allow Git traffic.
  2. Create the app locally and upload later

    • Choose Local Only when creating the app.
    • After the app is created, go to Version Control -> Upload to Version Control Server… and retry the upload manually.
    • If you still get the same error, click Copy details and share them here for more insights.
  3. Test Git connectivity PowerShell

    • Open PowerShell and run:

      "git --version" (to confirm Git is installed.)

    • Then test connectivity to Mendix Team Server:

    • "git ls-remote https://git.api.mendix.com/{your repository path}.git" (If this fails, it’s likely a network or proxy issue.)

 

Hope this helps!

answered