Team ,
I have installed camunda7 using helm charts. My application is up and running at /camunda . However the demo/demo login doesnt work., No errors in logs either. Can someone help here ?
Im using an external postgresql. I see the table act_id_user has demo user and 3 other users. Tried adding a new user and even updating pwd for existing user. But none worked.
The demo/demo login is generated by the demo invoice project. If that project isn’t deployed the demo user isn’t created. Instead you should be shown with a screen asking you to create a user.
So another way the credentials can be setup is in engine properties - usually in the application.yml if you’re using springboot, that’ll have the username and password defined
I remember checking the database for credentials
select * from act_id_user where id_=‘demo’;
but not sure if that got resolved. We shortly moved on to a different setup where this wasnt an issue
I am using Camunda 7, the modeler work normally, but when I start the Tomcat it give me that there is no admin “demo/demo” and ask me to create a new admin, so I did, however, when I deploy any model from the modeler it does not appear on the tomcat, I remove everything and start from the beginning and got the same issue I even tried to create the admin by putting “demo/demo” for the new one.