Excel Import - StartImportbyTemplate

0
Hey peeps,    Somehow I am not able to import Excel Files, which before worked with no errors.   An error occurred while executing an action of Core.TemplateDocument_NewEdit_Replacement.actionButton1: Expected response body to be JSON. Instead received: "" Error: An error occurred while executing an action of Core.TemplateDocument_NewEdit_Replacement.actionButton1: Expected response body to be JSON. Instead received: ""     at http://localhost:8080/mxclientsystem/mxui/mxui.js?638035176907309874:68:147792     at we (http://localhost:8080/mxclientsystem/mxui/mxui.js?638035176907309874:24:6501)     at i (http://localhost:8080/mxclientsystem/mxui/mxui.js?638035176907309874:24:6402)     at x (http://localhost:8080/mxclientsystem/mxui/mxui.js?638035176907309874:66:5472)   Do you know what could be the issue here ?  
asked
2 answers
0

Hi Muhammed,

 

Happy to help! It seems that the body is an empty string. Did you try debugging the excel import?

 

Hope this helps and good luck!

 

Maarten Abbassi

answered
0

We recently upgrade one of our apps from Mendix 8.18 to 9.23 and had similar issue. What worked for us was to delete all .jar files from Project-main\userlib and from Project-main\deployment\model\lib\userlib, then upgrade all marketplace modules again.

answered