Problem with MindSphere Mendix App Login

0
Hi, I have a template app which I deployed to my MindSphere tenant using Cloud Foundry. When I run the app locally, it goes directly to homepage. However, when I click on the app from my MindSphere tenant, it asks for username and password. I use username: MxAdmin and password: 1 and it does not work. I also tried the demo users and they also don’t work. I inspected the page using the dev tools on the explorer and this is the error message it is giving on network tab:  [{"logref":"3b774fb46dbd44f38a54f65397b7a003","message":"MindSphere Gateway error: Invalid CSRF Token 'null' was found on the request parameter '_csrf' or header 'X-XSRF-TOKEN'.","stackTrace":"MindSphere Gateway error: Invalid CSRF Token 'null' was found on the request parameter '_csrf' or header 'X-XSRF-TOKEN'."}]
asked
1 answers
1

Hi,
in order to run your Mendix app on MindSphere CF you have to build your app with the “Siemens MindSphere Starter Application” 
https://marketplace.mendix.com/link/component/109130

Documentation how to use it:
https://docs.mendix.com/developerportal/deploy/deploying-to-mindsphere/

 

answered