Error show in browse of MyOpenId.

0
i am using Mendix Business Modeler 5.3.2. when I deploy project then modeler automatically add "AppCloudService" and after i deploy project. But the time of View App it's open in google chrome browser it's show a message__ "The requested URL "https://projectmanagement.mendixcloud.com/openid/login" cannot be found or is not available. Please check the spelling or try again later." I not have any MyOpenId .But Through this message i have must be an MyOpenId. then how can i solve this problem ?
asked
2 answers
0
  1. Does the startup flow of your project actually call the microflow 'AppCloudServices.StartAppCloudServices' (in the modeler, under settings > model > After startup)
  2. Can you check in the project portal under deploy > environment details > request handlers whether / openid/ is listed there and enabled?
answered
0

OK, I assume you have the standard Administration module which contains your Account entity, rather than the UserManagement module. You need to add a microflow to the Administration module. I have exported it here so you can download it: OnFirstLoginAppCloudUser.mpk

After you have imported this to your Administration module, you need to change the call in the InvokeOnFirstLoginAppCloudUser microflow (where you have the errors) to call this new microflow.

Edit: I had to change the format to a zip file to allow download. Unzip the download to find the mpk file

answered