View App login problems

0
Hi, When I want to preview my App, I select "Run locally" and hit "View App". The Mendix Business Modeler is opening an internet page, which contains 2 options; "Sign in With your Mendix Account" and "Sign in with a local account". When I hit "Sign in with your Mendix Account", nothing happens, the page only refreshes. Could anyone please help?
asked
1 answers
1

Hi Bram,

Assuming you created a project using the AppCloud Default project (the default template when creating a new project), the 'Sign in with your Mendix Account' functionality is intended for when you are running the project in a Sandbox.

Trying to use this functionality while running the project locally will fail. During deployment to a sandbox (or any other node in our cloud), some data will be set in our system which allows you to use single sign-on for your application. (Registering that your account has access to this application) However since this is not the case when deploying locally, this flow will not log you in and you can only use local users instead.

answered