Camunda log in page redirects to itself

Hi there, a problem I’m facing right now is that the log in page redirects to itself. I’ve manually installed camunda, dropped the camunda web war in deployments and it asked me for registration. Everything fine, but after I restarted the server when I try to log in it would redirect me instantly back to the log in page seeing only a glimpse of the welcome page. Tried to deploy a fresh new war, deleted cookies nothing worked, any one faced that? No error is shown nor logged. Thank you!

I remember seeing similar issue. If you are having more than 1 instance load balanced, it requires session stickiness “session affinity” enabled.

"Session affinity, sometimes referred to as sticky sessions, is a platform feature that associates all HTTP requests coming from an end-user with a single application instance "

1 Like

Fixed, somehow i deployed camunda twice on different ports. Thx.