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
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!