This message was deleted.
# ask-for-help
s
This message was deleted.
🦄 1
🏁 1
s
I have attached a screenshot for better reference.
Mentioning some errors i noticed in one of the pod:
Copy code
2022/11/28 06:41:02 [sessions] ERROR! securecookie: the value is not valid
2022/11/28 06:41:15 [sessions] ERROR! securecookie: the value is not valid
^[[31mERRO^[[0m[2868] ws read failed: "websocket: close 1005 (no status)"
^[[31mERRO^[[0m[2869] ws read failed: "websocket: close 1005 (no status)"
.....
^[[31mERRO^[[0m[11590] ws connect failed: "websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' header"
x
what kind of ingress controller are you using? If you are using nginx, you should add the websocket support for nginx to your configuration: http://nginx.org/en/docs/http/websocket.html
s
Im using nginx. Will try the above reference you have added. Thanks for the help.