Native Builder failing - Sorry, your input was too large to process

0
Native Builder is failing with the following error:   Error: Sorry, your input was too large to process. Consider creating the blob in a local clone of the repository and then pushing it to GitHub.: [object Object]   In GitHub, there is one commit of Update template resources but it is empty.    Has anyone seen this error before? I have tried using the Clean Deployment Directory action but this hasn't worked so far.  
asked
2 answers
0

Same issue. First build was ok. 2nd failed. Only change was I added camera permissions. Mendix 9.24.25, Build app: 1.0.132

 

answered
0

This message is given when the GitHub Limit of 2GB is reached.

Your template should never be so big. However if you run the template locally as well, you do a npm install. This makes the size to big. Mendix should respect the ..gitignore file... but to does not :( 

 

It is not needed and unwanted, that those files are committed to GitHub any way.

Solution. In Global Config / Build type, select a empty directory. (or remove the current content) and "Configure and push to GithHub" again.

 

image.png

answered