How to Publish my App

0
I cannot publish my app because Mendix said there are errors even tho there are no errors listed on the error tab
asked
3 answers
0

Clean the deployment directory and synchronize app directory and try again

answered
0

Hi Robbie,

 

If you don't have any error listed in error tab, the error might be in your files. Example, you might have changes some css styles, which might have errors. Or you might have changed some java actions which might contains some error.

 

To understand what is the error, please run the app in your local. Or please click on update from version control- this might help you to understand what is the error.

 

Hope this helps.

answered
0

Hi Robbie Winn,

 

Go to file directory and right click on the project folder choose Tortoise SVN -> Resolve.

This displays the list which you have error in files.

Or

If you opened those files not changed or not expecting any change to apply Choose Revert.

 

Hope this helps.

 

Thanks. 

answered