Issue building Minsphere app with Mendix

0
Hi community,   I am following the advanced learning path and in particular the module https://academy.mendix.com/link/paths/80/Build-a-MindSphere-app-with-Mendix I am arrived to the step https://academy.mendix.com/link/modules/279/lectures/2188/5.3.3-Creating-Assets-and-Onboard-Your-Agent and I encounter an error that for whch I am not able to find the root cause as I followed all the steps before   After pressing “agree” this is what I get     Here below the log error, I would appreciate an help: ErrorMessage: 500 {"errors":[{"code":"mindsphere.generic.exception","logref":"61fa1d3f4d86d5d79b8afabdb4cabc27","message":"Something went wrong.","errorcode":"mindsphere.generic.exception"}]} com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: 500 {"errors":[{"code":"mindsphere.generic.exception","logref":"61fa1d3f4d86d5d79b8afabdb4cabc27","message":"Something went wrong.","errorcode":"mindsphere.generic.exception"}]} at Data_Ingest.CreateAssetType (JavaAction : 'Custom http exception') at Data_Ingest.Setup (SubMicroflow : 'Create AssetType') at Data_Ingest.ACT_Setup_ErrorHandling (SubMicroflow : 'Setup')   Advanced stacktrace: at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:83)   Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: 500 {"errors":[{"code":"mindsphere.generic.exception","logref":"61fa1d3f4d86d5d79b8afabdb4cabc27","message":"Something went wrong.","errorcode":"mindsphere.generic.exception"}]} at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:83)   Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: 500 {"errors":[{"code":"mindsphere.generic.exception","logref":"61fa1d3f4d86d5d79b8afabdb4cabc27","message":"Something went wrong.","errorcode":"mindsphere.generic.exception"}]} at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:83)   Caused by: 500 {"errors":[{"code":"mindsphere.generic.exception","logref":"61fa1d3f4d86d5d79b8afabdb4cabc27","message":"Something went wrong.","errorcode":"mindsphere.generic.exception"}]} at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:83)   Thanks a lot!
asked
1 answers
0

I suggest that some permissions are missing:
Please double check all required “roles and scopes” here:
https://academy.mendix.com/link/modules/279/lectures/2187/5.3.2-Creating-a-New-MindSphere-User-Role-for-the-Connectivity-Manager

Ensure that you have granted yourself the “connectivity manager” role.
 

answered