AI Bot Starter App - Error CE7159

0
I am a Mendix newbie... and I am trying to simply run the AI Bot Starter app.  I am getting the error:  "The Active Configuration requires a value for the following constants: 'Encryption.EncrptionKey'   For the life of me, I cannot figure out how to resolve this.      Any simple help?
asked
2 answers
2

Hi Josh Brose,

 

For AI Bot Starter App, you should configure the constant at App Settings.

 

navigate in this way...

 

App Settings -> Configurations -> Click on Default configuration -> Redirect to Constants tab - > Edit the constant there.

 

I hope this helps.

 

regards

Bhargav

answered
1

Hi Jose,

 

You need to override the default empty value in your Project's Settings / Configurations. Click into the constants tab, and enter Encryption.EncryptionKey as well as the value you want to use for your key. This needs to be 32 characters long. It can be any value you want, but you need to keep using this value going forward as you'll need it to be able to decrypt values that are encoded with it.

 

https://docs.mendix.com/refguide8/configuration/#constants

https://docs.mendix.com/appstore/modules/encryption/

 

Good luck!

answered