When create “Configure view” on case type - modal window opens up with “Loading…” text only
Steps to reproduce:
Create new case type
Click on “Create” step
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.
@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.