Deployment Microsoft Graph Connector in Mendix Cloud

0
Hello everyone:  I am trying to run Mendix with the Microsoft Graph Connector in the Mendix Cloud. I am following this blog:  A Guide for using Microsoft’s Graph Connector in Mendix | by Agrawal Vineet | Mendix Community | Medium  Before that, I had already successfully tested it on localhost.For the cloud deployment, I am using the same settings, except for the redirect URL in Azure. However, I received the following error message in the log: How can I fix this issue?   Thank you for your help!
asked
1 answers
0

Hi 

I think your encryption key is empty.

Can you set the 16 characters string for encryptionkey constant in acceptance environment. You can set the constant in developer portal of your app.

Go to your app in developer portal ->Environment - details - model options - constants

Once you set the key and restart the environment. Issue will be resolved 

answered