Problem in signing in my application in cloud platform

0
Hi, I am facing issue to sign in into my application on the cloud platform. The URL of my application is: https://mis573f18pgroup3.mxapps.io/index.html?profile=Responsive Username: MxAdmin Password: 1 However I able to login successfully when I run my application locally with same credentials. Please help me resolve this problem,
asked
3 answers
3

If you are on a licesnsed node, you can change the MxAdmin password in the details of your environment.

Now you can login and create your needed account.

answered
0

Isha,

When you deploy to the cloud, Mendix does not create any users.  You'll need to build a microflow like the following to create your first user:

First step is to retrieve the account to see if it already exists - so it we don't try to create it more than once.  The details of that step are below:

if it exists, we stop.  If not, first retrieve the admin user role that will be used:

then the user is created:

You can specify that this microflow is called after startup in the project settings:

Hope that helps,

Mike

 

answered
0

But my user is default administrator. So should it not work with the default administrator? Please refer to the screenshot for the same.

answered