Error while running Product Pricing And Promotion Manager

0
Hello, I create a new app using Product Pricing And Promotion Manager template but it does not work out of the box. When I try to run it locally, I get following errors: And here are the details about Email_Connector error: Key should not be empty : null Stacktrace : com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: Key should not be empty at Encryption.Encrypt (Error : '') at Email_Connector.BCO_EmailAccount (SubMicroflow : 'Encrypt') at {"before":[{},{}],"action":{"type":"CommitAction"},"after":[],"type":"EventExtendedAction"} at Email.EmailAccount_Commit (Commit : 'Commit 'EmailAccount' ') at Email.EmailAccount_CreateConfiguration (SubMicroflow : 'EmailAccount_Commit') at Email.ASU_Email (SubMicroflow : 'EmailAccount_CreateConfiguration') at MasterData.ASU_System (SubMicroflow : 'ASU_Email') Advanced stacktrace: at com.mendix.modules.microflowengine.microflow.impl.ErrorEvent.throwError$1(ErrorEvent.scala:17) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: Key should not be empty at com.mendix.modules.microflowengine.microflow.impl.ErrorEvent.throwError$1(ErrorEvent.scala:17) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: Key should not be empty at com.mendix.modules.microflowengine.microflow.impl.ErrorEvent.throwError$1(ErrorEvent.scala:17) Caused by: Key should not be empty at com.mendix.modules.microflowengine.microflow.impl.ErrorEvent.throwError$1(ErrorEvent.scala:17) I tried finding the source of error on my own, but I couldn't find it. Could anyone please help with that issue? I tried several Mendix Studio versions, but the error is always the same.
asked
1 answers
0

Give the EncryptionKeyin the encryption module a value with the correct length. It is used for encryption.

 

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

answered