Issues in deploying free app on mendix cloud

0
I am trying to deploy a simple Mx free app on the mendix public cloud. Somehow, I am not able to access the application from sandbox due to some error (I asssume). I have followed the question (https://community.mendix.com/link/questions/92147) and also tracked https://status.mendix.com for the bug status. I have also migrated my app from modeler ver. 7.20.1 to 7.22.2, but did not help. Is there any other update or fix to achieve this? Error shown on logs: Executing step 'Save model to deployment directory' * Saving model to deployment directory... Executing step 'Create deployment package' * Creating deployment package... Executing step 'Finalize deployment package' BUILD SUCCEEDED Invalid type Mendix.Modeler.UIFramework.WebView.HtmlControl for instance field Mendix.Modeler.UIFramework.WebView.WebViewSpec:htmlControl Invalid type Mendix.Modeler.UIFramework.WebView.WebViewSpec for instance field Mendix.Modeler.UIFramework.WebView.WebViewSpec+<>c__DisplayClass26_0:<>4__this Invalid type System.Windows.Controls.ContentControl for instance field Eto.Wpf.Forms.WpfWindow`3[TControl,TWidget,TCallback]:menuHolder Invalid type Mendix.Modeler.UIFramework.WebView.WebViewSpec for instance field Mendix.Modeler.UserManagement.SignInDialog:webView [+ 37] [BUILD f65add6e-f5d1-45cb-9f78-ad156fc24524/trunk/9 -> 6381966. State: Running] Uploading to cloud portal.. [+ 46] [BUILD f65add6e-f5d1-45cb-9f78-ad156fc24524/trunk/9 -> 6381966. State: Running] Creating tag.. Committed revision 10. [+ 52] [BUILD f65add6e-f5d1-45cb-9f78-ad156fc24524/trunk/9 -> 6381966. State: Running] Created tag: 1.0.0.9
asked
2 answers
0

Check you security setting, did you bring them to Production?

answered
0

Do you use the CommunityCommons module?

If so, you might have conflicting JAR-files. See this question and answer: https://forum.mendix.com/link/questions/86046

answered