Hi,
With the help of my previous question and its answers I was able to load the camunda 8 modeler in my angular application. https://forum.bpmn.io/t/camunda-8-modeler-angular-9/9316
When I build it locally using ng build and ng build --prod command I haven’t got any error and the camunda UI is successfully working.
But when I try to deploy it in the server, I got this error.
e[0mGenerating ES5 bundles for differential loading...
e[91mAn unhandled exception occurred: /app/14-es2015.1c70014ce5b3ced1d5a5.js: **Property body expected type of array but got null**
See "/tmp/ng-7d0pbZ/angular-errors.log" for further details.
e[0mThe command '/bin/sh -c ng build --prod' returned a non-zero code: 127
docker build failed
The location of the log file is also not availble since it is temporary. It is really difficult to find the cause for this error since the error message is not descriptive.
So kindly looking some help to solve this.
Thank you.