Email Connect

0
When I use EmailConnector_OverviewPage to add and email account I got the next error message on my Studio Pro Console: An error occurred while executing an action of Email_Connector.ConfigurationEmailProtocol_Manual_NewEdit.microflowButton3: Expected response body to be JSON. Instead received: "" Error: An error occurred while executing an action of Email_Connector.ConfigurationEmailProtocol_Manual_NewEdit.microflowButton3: Expected response body to be JSON. Instead received: "" at http://localhost:8080/mxclientsystem/mxui/mxui.js?637980918217408181:68:148031 at we (http://localhost:8080/mxclientsystem/mxui/mxui.js?637980918217408181:24:6501) at i (http://localhost:8080/mxclientsystem/mxui/mxui.js?637980918217408181:24:6402) at x (http://localhost:8080/mxclientsystem/mxui/mxui.js?637980918217408181:66:5472)
asked
3 answers
2

We need more information on the actual microflow, but you can research a bit more by using a breakpoint on the top of the microflow and then using the debugger to follow what happens in your app.

 

With the module you mention I expect that whatever endpoint you are trying to contact for the email information, is responding differently than you expect. With an empty body it might be a 200 response or another response with no body. Perhaps your endpoint is the wrong one? Or it's down?

answered
1

Hi Saul,

The issue is caused by conflicting jars. Try to look if you have other mail related jars like from IMAP/POP3 incoming mail or email template module

answered
0

Hi Saul,

 

Could you pls add screenshot of the microflow which is getting triggered on click of button?

answered