Hello community, I have had two major challenges after a successful upgrade from 2.36 to 2.37.
Issue No. 1: Maintenance application does not work well. It just go blank when click.
Issues No. 2 : Users app goes blank
Meanwhile when data administration tools are run, they run successfully without errors.
Itās good to hear that you found a way to ātemporarilyā fix using the Data Administration app (right?) What do you think from the Data Administration app is fixing it? Is it the āClear application cacheā and āReload appsā for example?
Would you please share the browser log for when these issues appear in your browser? Iād recommend you browse the instance in incognito mode, open the Developer Tools (F12) click on the Network tab then go to the āMaintenance appā/āUsers appā and if it turns blank, check if there are errors (red text) in the Network tab + the console tab. This might help to understand what is causing these issues.
Please make sure that your user account has all the proper authorities required to view and access these apps. Thanks!
I am getting new errors running analytics since upgrading to 2.37. Not every time but either says that it failed or āunauthorizedā. If I wait and run again or run in incognito mode typically it will work a bit later.
@Natalie_Tibbels if you could get more info from the logs and steps to reproduce the issue, it might help to get the developers testing the issue behind this. Thanks!
Sorry family, I did not mean, I have had it resolved. I meant, data administration runs with no errors suggesting that, configurations are done right.
I have seen the error logs at chrome console.
After upgrade, https request is been made to non https. Thatās causing both the maintenance and users app to stop responding. I need further assistance.
in mn
in Connect(mn)
in t
in withRouter(Connect(mn))
in t
in div
in En
in t
in xn
in a
in Unknown
in Suspense
in div
in E
in div
in H
in Q
in Y
in DHIS2RuntimeProvider
in P
in N
in R
in m
I am using tomcat and ssl configuration done right. What I see in the log is reference to http://dddp.gov.gh/api/29. Am I missing something here on the api/29?
@fosuhene this is almost certainly a misconfiguration of https somewhere in your infrastructure, either in the a proxy like nginx, in Tomcat configuration, or in DHIS2 configuration⦠have you double-checked that there is no proxy server running in front of your Tomcat? By inspecting the response headers on the URL you linked it looks as though you are using an Apache server as a reverse proxy, so you should ensure that the Apache server is correctly configured to use https as the scheme.