Wikum Weerakutti
Wikum Weerakutti
> > @dkayiwa, it's crucial to use try-finally when using the addProxyPrivilege method. Without it, we risk being unable to remove the privilege in case of an exception. This approach...
@dkayiwa I updated the PR.
> @wikumChamith run these changes with all the O3 modules. Then make pull requests for any of those modules that need proxy privileges to access global properties. @dkayiwa The changes...
@dkayiwa O2 reference application does not load with these changes. I am getting the following error on the browser. `"ERR_TOO_MANY_REDIRECTS"` It is hard to pinpoint what is causing it from...
> Which exact version of the O2 reference application? @dkayiwa I tried with the snapshot.
@dkayiwa I tested on both Reference Application 2.14.0-SNAPSHOT and 2.13.0. Looks like the issue is with the new SPA module. I'll look into this.
@dkayiwa, I am encountering an issue when running the O2 reference application with these changes. Upon launching the server, I face a browser error stating: `localhost redirected you too many...
> @wikumChamith does this problem happen only with your modified version of openmrs-core? Yeah. This only occurs on TRUNK-6203
@dkayiwa This fixes the issue: https://github.com/openmrs/openmrs-module-referenceapplication/pull/105 Previously this didn't work for me because of another issue on my side.
@dkayiwa I was able to fix the old issue by changing the hibernate dialect from MySQLDialect to MySQL5Dialect.