We’ve facing an issue after deployment where our application shows the Session Expired error below when running on more than one pod on Kubernetes load balancer.
We then tried to replicate this situation locally by building two copies of the app and running them with NGINX load balancer. Once again we face the Session Expired error coming out everytime we refresh the page.
We’ve tried a few suggested solutions found on the web such as
- setting
cuba.web.pushLongPolling
to true - setting
cuba.web.pushEnabled
to false - setting
cuba.web.uiHeartbeatIntervalSec
to 0
So far we have yet to resolve the issue with all the suggestions above. Appreciate if anyone could point us to the right direction. Thanks.