I am trying to explore the Insights feature that Pega released in 8.6 in my personal edition. As stated in the PDN article, Insights can be created from Explore Data landing page. But when I am clicking on the landing page I am getting the following error “There has been an issue; please consult your system administrator.”.
I followed the steps in the below article to make my Landing Pages support React.
Enabled “Server rendered UI” in the Advanced section and saved application rule but stills it’s throwing the same error.
@KotaC382 I also have the same issue, but I’m using the Pega 8.6 community edition (trial).
I also enabled “Use react-based landing pages” and then proceed to create a case with reference to a couple Data objects, still when I go to the Explore Data landing page, it says: “No case or data types to explore yet”.
I wonder if we need to do something else from the Pega side to expose the Application’s data objects or case types to be accessible to the Constellation service…
Hopefully this can give a little bit more of context to this Insights error.
In your scenario, Constellation seems to be setup correctly as we are actually seeing some of the Constellation UI in your screenshot.
The failures you are seeing, with the various DX API’s not working, are generally caused by the URL of your application not being correct (appending an underscore). I notice the url in your application had an underscore after the application name (in the url it should be “delivery” instead of “delivery_”).
Can you double check that you are logging into your app with a url that doesn’t have an underscore? It should work after that. There is a bug fix to help with that, which has gone into the current release that our engineering group is working on… but for now manually removing the underscore should help.
@josenavas Thanks for taking time and stating the analysis for me also I saw the same issue and also the issue that is stated by @MeghanAtkins . Once I remove the underscore from the app alias URL the issue is resolved. I am able to see the page with data.