Camunda UI login successful but redirects back to login page

Hi I am using Camunda UI with Spring Boot application. When i deploy this instance on a single node everything works fine, login works as expected and other activities runs perfectly fine. In Prod when we try to run this in a distributed and redundant fashion in multiple nodes using a load balancer, the UI does not allows login to work. It does login successfully and shows the dashboard momentarily but then redirects back to the login screen. It seems with the load balancer it is not playing well. Is there a configuration which i am missing to make it work in this way.

You need to add a load balancer with sticky sessions to ensure that the key created in the node you login with is then kept for further calls from the same requester

2 Likes

Let me try this and confirm the fix.