Branch not building

1
Hi there everyone, I've created a release branch (no errors) that is somehow not building properly (exclamation mark icon) My main line builds fine. Is there any way to see what is going wrong? Mendix seems to keep me guessing, since there is no way to view the logs (that I know of) I've tried recommitting to the branch, but to no avail. Help please! Regards, Cees
asked
1 answers
2

I had the same issue when deploying to the cloud at one point. Try to make a deployment package locally first. It might be that your java actions are not compiling, which you only find out when starting your app or making a package.

answered