Runtime Errors

0
Would anyone know how to resolve these errors please? I can’t find any help files that target these directly. I’m using Studio Pro v8 BETA 3. I can’t go back to previous version as it says ‘can’t open, project was created in a newer version’ Thanks for any help.   I’m just getting to grips with Mendix and trying lots of things for the first time. I’m working my way through the Rapid Developer course and whilst working through the ‘Team Server’ module seem to have messed up my Project.  I updated Studio Pro to the latest version (8.0.0 build 54216 Beta 3) and maybe that has confused things also. The project was running locally without any errors prior to this. Below are the errors I am now getting … Here are the merge conflict errors …   any steer in right direction would be much appreciated. Thanks. Thanks Guys for your advice. I have got rid of the conflicts and I added captions but have no idea why the following errors are still showing. do you have any thoughts on what the system is looking for here? Thanks.  
asked
2 answers
0

Well it seems there are some merge conflicts, read about this here and how to solve them: https://docs.mendix.com/refguide/using-version-control-in-studio-pro#6-1-resolving-a-document-conflict

The empty caption errrors are quite easy to fix. It means that there are missing captions for the default language. Just double click on them and fill in a caption.

answered
0

Updating your Mendix app can lead to errors in the modeler, which you'll have to solve first.

Also, when working with multiple people in the same development line, you can have conflicts when someone has changed for example a microflow that you have also changed. The conflicts have to solved as well. See for example https://www.mendix.com/blog/resolving-commit-conflicts/

In your specific case, the errors are mostly caused by empty labels in the AppCloudServices module. I would suggest  resolving your conflicts first, and then updating the module from the App Store: https://appstore.home.mendix.com/link/app/934/Mendix/AppCloudServices

answered