\uD83E\uDD14 Problem
Not able to access control center and always getting “session expired” message on UI.
\uD83C\uDF31 Solution
A session expired message is observed when session stickiness is not configured.
1. In case you are using Load Balancer, check if you have enabled the sticky session
feature for it? Please check here for more details.
2. In the case you are using HiveMQ Operator, the following config is required to be configured in your values.yaml
- name: "cc" port: 8080 expose: true patch: - '[{"op":"add","path":"/spec/sessionAffinity","value":"ClientIP"}]'