Steps to reproduce the issue:
Expected: Report data should be displayed
Actual: The page is continuously loading without giving any result
All supported DevTest releases.
Configuration issue.
Changing the following in the phoenix.properties file resolved the issue:
uncomment:
#registry.host=localhost
Change localhost to the machine name of where the Registry runs.
uncomment:
#reshub.hostname=localhost
Change localhost to the machine name of where the Portal runs.
Restart the Registry and Portal.