White screen after logon

0
We get a login page, but after log on a white screen is all we see. IE error in inspector tells us: Kan https://application.mendixcloud.com/mxclientsystem/dojo/cldr/nls/nl/buddhist.js.uncompressed.js niet vinden dat is opgegeven in bronmap https://application.mendixcloud.com/mxclientsystem/dojo/cldr/nls/nl/buddhist.js.map. ( translate: could [link] not find in source folder [folder] ) Localy the application works fine...
asked
1 answers
0

Is there some custom widget added? If so, always use 'Tools' > 'Check Widgets' before deploying to an actual node. To mimic cloud widget bundling, you can also use 'Bundle widgets when running locally' and set it to true. This setting can be found at: 'Project' > 'Settings' > 'Modeler'. If either goes wrong, navigate to 

<yourproject>\deployment\data\tmp\dojo\build-report.txt and search for errors in that file to locate what widget and specific widgetfile is causing the issue.

The reason behind all of this is that Mendix uses Webpack to bundle widgets when running in the cloud for optimization purposes. When ticking 'bundle widgets when running locally' this feature is mimiced. 

answered