Mendix Platform SDK error

0
Hi All, I am getting below for few apps while trying to read modules using Mendix SDK node js code. Any idea about this issue?   errorCode: 'RS400',   errorMessage: "Please provide valid input to execute this request. Branch name 'branches/main' not found."
asked
2 answers
1

The main is called ‘trunk’ for svn and ‘main’ for git.

 

https://apidocs.rnd.mendix.com/platformsdk/latest/classes/RepositoriesClient.html

answered
0

Hi there,

This link might be useful for you. this error occurs due to invalid input to execute the request [invalid App id].

https://docs.mendix.com/apidocs-mxsdk/apidocs/app-repository-api/

answered