Cannot configure view for React on Pega 8.8

When create “Configure view” on case type - modal window opens up with “Loading…” text only

Steps to reproduce:

  1. Create new case type
  2. Click on “Create” step
  3. Click “Configure view”

Expected result: view configuration opens

Actual result: Endless “Loading…” text appears

Additional info:

Browser console shows following error:
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data 8

Network console shows error code 400 for call to https:///prweb/app//KIG6u1HHoGbUNbjGbXEQtA*/no-cdn/v103/app//componentslist?field0=name&value0=DefaultForm

Is there any way to debug this componentslist call? Maybe I am using wrong version of Constellation? Currently we are on “8.8.0-master-5666”

After looking more into it: seems that constellation configuration has been changed in Pega 8.8. Now new DSS was introduced: ConstellationPegaStaticURL and docker image for ConstellationSvcURL DSS has been changed as well.

I tried to follow that guide:

But links seems to be broken and docker image for appstatic cannot be pulled:

$ docker pull pega-docker.downloads.pega.com/constellation-appstatic-service/docker-image:0.0.3-20220112124450309
Error response from daemon: manifest for pega-docker.downloads.pega.com/constellation-appstatic-service/docker-image:0.0.3-20220112124450309 not found: manifest unknown: The named manifest is not known to the registry.

Documentation isn’t in the best shape right now, but I was able to make it work:

  1. ConstellationPegaStaticURL DSS should be set to https://release.constellation.pega.io
  2. Docker image for new constellation can be pulled from pega-docker.downloads.pega.com/constellation-appstatic-service/docker-image:1.0.3-20221018045412
  3. ConstellationSvcURL DSS should be set to https:///c11n-appstatic

@DmitryK7052 i am able to get the configure view form up, but get JSON error, I guess it has something to do with the #2 of the above solution. Can you let me know what needs to be done wrt the point #2.

@VikasT May I know what solution worked for u! The same has been coming up for me.

@DmitryK7052 I can see “Error in UI Authoring” error coming up when I tried to configure the view..! Can you let me know, What can be done further..?