Camunda cockit admin screen spinning

I came across as strange case where when we deployed our process engine app with H2 as DB, the user demo was not getting created, because of which the engine login screen (cockpit) was showing the spinner forever.

How can we avoid such scenarios. The default DB script does not insert demo user. Do I have to do anything special in my Process engine app so that the demo user gets created with the proper entitlement?

Thanks

Hi @adat,

The most important thing is that the database is clean so that there are no users created before that.
Because the invoice example is checking if there are existing users.
If the DB was clean, we need to check what is logged in the server log file.
It seems that a hanging webapp is caused by something else.

Best regards,
Yana

@Yana - The issue is got resolved after the users-group-entitlement was created manually