Open bharathcgowda opened 3 years ago
@bharathcgowda this is a real problem ever since i started using the latest builds it was not the case with release 17.07.01 and 18.03.01
@bharathcgowda
I found the problem i think -
after installing SSL certificate (Domain Validation) on my server, the page loads in matters of seconds
@ibrahim
@francisguchie That is not the root cause I feel, I have noticed this issue among production servers with proper SSL certificates and high-end instances. We would need some core developers to help us on investigating this issue
@bharathcgowda It will be nice for u to use the latest build on these servers. I believe that this was solved (either unknowingly or due to updates) - I used the latest code of fineract and the UI and as soon as I got the SSL installed (from let's encrypt) it worked just fine
@bharathcgowda It will be nice for u to use the latest build on these servers. I believe that this was solved (either unknowingly or due to updates) - I used the latest code of fineract and the UI and as soon as I got the SSL installed (from let's encrypt) it worked just fine
wrong information .
It is due to reqiuirjs not loading module within 7 seconds.
put waitSeconds:0
in app/scripts/loader.js
@bharathcgowda I found the problem i think - after installing SSL certificate (Domain Validation) on my server, the page loads in matters of seconds
@ibrahim
it is beause of caching from browser. When the js and assets are cached , they load fast. When they aren't , timeout happens. Regardless or HTTP or SSL , if the module cannot load without 7second it will cause timeout error.
Solution is to out waitSeconds:0 in requirejs config.
Login screen load issue on a slow network availability
Description
when there is low network bandwidth, the system will not load the login screen even after several hard refreshes or private mode browsing.
This issue is with the latest release, 18.03 was loading properly find the below screenshot of the network issue and log file for more information
Steps to Reproduce
try to login with low network connectivity the login screen will not load.
Expected Behaviour
login screen should load with less internet connectivity too
Actual Behaviour
try to login with low network connectivity the login screen will not load.
Settings
Screenshots
Mifos logs 20200112.txt