I got 502 bad gateway after closing the tab

Hi, my project is using KeyCloak to work with UAA 7.5.0.

In my project on the testing server, when I logged in, closed the tab, and opened it again, I got a 502 error.
I tried using UAASecureStorage but it seems not to work so I wonder if I used it wrong or it’s not how to fix it.
Do you have any idea?

Hello @vinh-neural-shore,

That’s a known issue that occurred purely in the deployment environment, and failed our cypress test sometime.

That could be fixed via this following nginx ingress annotation to increase the proxy buffer size

nginx.ingress.kubernetes.io/proxy-buffer-size: 64k 

We have not seen the issue lately, so I think that could possibly be the solution
For more about the story, please refer to A12PT-386

Hi Loi, this solution worked for me. Thank you.