|
i have found critical problem in Mifos community app while trying to connect to it using multitenant server. Page doesn't loads every time I try to load it until i open community app without multitenant link. After some information is cached then multitenant community app loads with no problems. But until then it logs that main controller cant be initialized because place where main controller should be passed undefined is passed. In my opinion reason behind it is that application is trying to call main controller before js file in which it is declared is loaded in to browser.
This problems also exists even in single installation but it gets fixed by refreshing page.
|