Installation - UI Language Config - REST Call error somewhere... Action aborted

I got it working
There were three key issues resolved via the below but there are still issues with KREST not loading the tabular pages such as opportunities, reports etc. Able to get the list not the tabular layouts
Territories and Dashboards module is missing from KREST
There is still the contact Component PiplContainer Missing


The directory being read in this case,’./modules/Schedulers/ScheduledTasks’, does not exist in the code base. On linux environment the code was getting stuck in the loop. Removal of this while allowed the indexing in elasticsearch to work due to which records are now visible on the list view.


The statement is checking is $GLOBALS[‘installing’] is true, when the code is not installing the CRM this value is not even set so we first need to check if the value is even set. This was causing error logs to fill in needlessly.


The same issue is repeated here.

The installation was simple, in order to get the indexing to work smoothly you needed to trigger Repair & Rebuild, configure FTS, configure UI language and configure UI settings. Even right now there are a couple of issues that are persisting on the UI

Dashboard not loading
territories are accessed in the UI but are not available in the KREST installed.

1 Like