Cosmos React (Constellation) Case Type View is not opening - V 8.8

We are implementing Cosmos-React server installation in Pega V8.8.0

The constellation has installed as the Web Portal is launching properly. But when from APP Studio we are trying to open / configure a view, getting an exception as attached.

Please Note - the DSS Config:

ConstellationSvcURL - https://release.constellation.pega.io/**constellation**/

ConstellationPegaStaticURL - https://release.constellation.pega.io

Kindly let me know any insight on this.

@ANKITMITRA if you are not on PegaCloud, you need to install your own ‘Application static content service’ due to security and privacy reason - you can use the Pega UI Static content delivery service by setting ConstellationPegaStaticURL to https://release.constellation.pega.io

but you need to point ConstellationSvcURL to your own system - Temporary, for debugging you can set ConstellationSvcURL with the following value: https://prod.constellation.pega.io/c11n-appstatic

see https://documents.constellation.pega.io/static/88/introduction.html and Pegasystems Documentation

@ANKITMITRA

For the DSS ConstellationSvcURL you could also use “https://community.constellation.pega.io/c11n-appstatic” instead of prod.

@RichardMarsot Hi Richard,

We are trying to check the list of docker images for constellation. Tried with the below command.

curl -X GET “https://pega-docker.downloads.pega.com/v2/[repository name]/tags/list” -H “X-JFrog-Art-Api:[accessKey]”

This was working 2 weeks back. Today i got this below error -

{“errors”:[{“code”:“NAME_UNKNOWN”,“message”:“Repository name not known to registry.”,“detail”:{“name”:“constellation-appstatic-service/docker-image”}}]}

Anything got changed?

@VikasT : Thank you, I was facing StaticContent Issue.. which is now resolved with this change.