Can't create a UI using Pega Cosmos React

Hello,

I manage to install Pega 8.6 and have it run on Cosmos React. I created a sample case, but when I try to create a view I get this error in the constellation image:

1621291373364 GET tk.k-expert.com:3443 /prweb/constellation/v861/app/react/componentslist?field0=name&value0=OneColumn
1621291373365 httpmain.getComponentsList(v861, name, OneColumn, undefined, undefined)
1621291373365 httpmain.authorizeRequest(bt:true)
1621291373365 jwt-handling.getPayload()
1621291373366 jwt-handling.isJwtValid(/usr/src/app/dist/customers/c159a0168897/keystore.json)
[Error: ENOENT: no such file or directory, open ‘/usr/src/app/dist/customers/c159a0168897/keystore.json’] {
errno: -2,
code: ‘ENOENT’,
syscall: ‘open’,
path: ‘/usr/src/app/dist/customers/c159a0168897/keystore.json’
}
Mon, 17 May 2021 22:42:53 GMT Error: ENOENT: no such file or directory, open ‘/usr/src/app/dist/customers/c159a0168897/keystore.json’
Mon, 17 May 2021 22:42:53 GMT INVALID_TOKEN
GET 401 /prweb/constellation/v861/app/react/componentslist?field0=name&value0=OneColumn 4

I am using the 8.6.0 version of the constellation:

pega-docker.downloads.pega.com/constellationui/service 8.6.0-rc-latest

Any hints?

Regards,
Fabio

@Faulico , this error is usually and indication that the keystore used for authentication in Constellation has not been sync’d from Infinity. The easiest way to trigger a sync is to clear, save and reset the ConstellationSvcURL DSS. If the Constellation log is available easily, you should see a POST message come in, with the keystore, and other application static assets that are to be cached. If there is no POST into Constellation in the log, check the Infinity log for a http call fail.

Thanks

@Faulico i had similar issue with 8.7 and got fixed by importing certificate to JRE keystore, so i believe the reported issue is also related to the certificates installed in pega and docker.

@CHRISTIN : Can you help with the steps please.. I have the same issue.. Running the infinity on on-prem and constellation on docker. Is it the SSL key used during the creation of the constellation docker container ?

Thanks,

Anuraag