Hello everyone
I am a developing DHIS2 application against a remote instance and whitelisted it aswell. I have specified the remote instance url in the package.json file, and when i do npm run start it shows me that it running on localhost:8080.
Now the problem is when accessing it in my browser, whether microsoft edge, or google chrome it tells me that the page is not working at the moment: Localhost redirected too many time. Checking my network logs the dhis-web-login/ request returns the 302 http status code.
3 posts - 2 participants