Introduction
Users are unable to view automations on the ConnectAll UI dashboard. Icons for integrated tools (e.g., Jira, Rally) may be missing, and a "server is not running" message appears intermittently. Navigating from page to This behavior is observed when accessing the application through a load balancer.
Symptoms
failed_attempts in the database are not incremented during failed login attempts.The issue is caused by ineffective persistence on the load balancer. When multiple environments (primary and secondary) are active, the load balancer may switch the session between nodes. If the second node does not recognize the session token or cookie from the first node, it returns an HTTP 401 Unauthorized error, causing the UI to fail to load the user context and automations.
COOKIEINSERT) may ensure a user's session remains on the same node.For more details on startup and shutdown, see the .