Issues after pushing to cloud / upgraded from Mendix 8 Beta 2 to Beta 3

0
Hi there, I’m running into some issues with a test app I working on, and unfortunately a problem was introduced by either upgrading from Beta 2 → Beta 3, or by pushing my app from locally developed into the cloud and back… Here’s the sequence of what I did – about a month back I installed Mendix 8 Beta 2 Studio Pro, and started developing a test app.   It worked fine, and looked as I expected when running locally.   about a week ago I decided to try it out inside Mendix Studio, so I pushed it into the cloud and tried running it there.    It forced an upgrade to Beta 3, and when I tried to run it in the cloud it pushed me through a process to create a security model, where I just accepted the defaults.     At that point I could run the app in the cloud, but the UI was a bit messed up.   It took me a week or so to figure out that I needed to manually install AdoptOpenJDK 11 before I could run the Mendix 8 Beta 3 Studio Pro installer, so I wasn’t able to test syncing my local app with the cloud version until today.    Now when I run the app locally, it takes me to a login page (URL http://localhost:8080/login.html?profile=Responsive) – and the login page just shows me a large black circle. i see a lot of 404 errors in the mendix console: 2019-07-22 11:54:25.469Connector404 - file not found for file: lib/bootstrap/css/bootstrap.min.css 2019-07-22 11:54:25.470Connector404 - file not found for file: mxclientsystem/mxui/ui/mxui.css 2019-07-22 11:54:25.923AppCloudServicesNOT handling SSO request, disabled by configuration, redirecting to login.html 2019-07-22 11:54:25.943Connector404 - file not found for file: static/bootstrap/bootstrap.js 2019-07-22 11:54:25.943Connector404 - file not found for file: static/bootstrap/base.css 2019-07-22 11:54:25.950Connector404 - file not found for file: static/bootstrap/Error-visual@2x.png   And reciprocal messages in the javascript console in my browser.   Any ideas or suggestions on what to do?   Thanks   Warren  
asked
2 answers
0

Warren,

This post: https://forum.mendix.com/link/questions/94911 seems to be the a similar or related issue.  Maybe it will help you get this resolved.

Mike

answered
0

Solution: download Atlas UI Resources.

 

https://forum.mendix.com/link/questions/95094

answered