StephenOTT / Cammand

Alternative UI to Camunda BPM Webapps (Tasklist, Cockpit, and Admin) + More!
MIT License
72 stars 27 forks source link

Can't access the plugin website #61

Open Arkuyo opened 3 years ago

Arkuyo commented 3 years ago

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

Please help. Much appreciate!!!

StephenOTT commented 3 years ago

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.

Arkuyo commented 3 years ago

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