Activiti / activiti-cloud-examples

Activiti Cloud Examples using Docker Images from: https://hub.docker.com/u/activiti

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Credentials are not working

abhinavmishra14 opened this issue · comments

I did docker setup in my dev environment and followed the instructions given at: https://activiti.gitbook.io/activiti-7-developers-guide/getting-started/getting-started-activiti-cloud/getting-started-docker-compose.

I was able make everything running, but i am not able to login using the default credentials as stated here: https://github.com/Activiti/activiti-cloud-examples/blob/develop/README.md

Modeler instance: http://HOST:PORT/activiti-cloud-modeling/login

image

Login in keycloak using admin/admin and try resetting/changing passwords

Hi @aenciso

Thanks for your response, can you please help me locating keycloak? I am sure where can i find it

When you start all services it should be available at http://HOST/auth

Hello @abhinavmishra14 ,
i have the same issue with the docker-compose installation.
i think that the bug is related to the cookies of the browser.
try to open a new incogito window or clear cookies , it worked for me .

Thanks