Cammand icon indicating copy to clipboard operation
Cammand copied to clipboard

Can't access the plugin website

Open Arkuyo opened this issue 4 years ago • 2 comments

Start the server by using the docker version. But some page can't display correctly. image image image

Please help. Much appreciate!!!

Arkuyo avatar Jul 08 '21 01:07 Arkuyo

Did you setup the https for the Camunda endpoint?

There will also always be an error related to the openId conf as it is not configured in the dev demo.

StephenOTT avatar Jul 11 '21 15:07 StephenOTT

Yes, I setup the https by a self-signed certificate with openssl. And I also add the certificate to the chrome CA trust zone. Is it work for this?

I noticed the error as below. image It shows try to execute the API using "localhost", but my server is on specific docker server, not the localhost. Could this be the cause of the error?

I change the "localhost" to my IP, it does works. image

Arkuyo avatar Jul 12 '21 02:07 Arkuyo