Caused by: java.lang.IllegalArgumentException: Line 3052 is out of range for file src/app/main/apps/flowBuilder/mock/chatbot.js. File has 3051 lines.
Since the analysis succeeds on your local environment, we suspect encoding configurations differences between your environment and the automatic analysis environment.
We could also see other files analysis succeeding (the failing file is the 514th one to be analyzed). For example this one could be processed: src/app/main/apps/global-analytics/components/AnalyticsChatLogs.jsx
We suggest you check the encoding and contents of the failing file and see if these can be changed.
Following up on this endeavor: It turned out that there were some odd newline characters. Replacing them with the usual \n got that file fixed up and we’re good to go here now.