Socket.io Client Not Connecting to AKS-Deployed Socket.io Server (Only Receiving 40 Without sid) #5314
Unanswered
raghu-gade
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi! This suggests that the version of
Reference: https://socket.io/docs/v4/server-options/#pingtimeout |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m facing an issue where my Socket.io client fails to fully connect to a Socket.io server deployed on AKS.
Server: Node.js with Socket.io (
socket.io@4.7.5
)Client: Angularapp (
socket.io-client@4.7.5
)Deployment: AKS with NGINX Ingress Ingress Annotations:
Why does the Socket.io client only receive 40 (without sid) when connecting via Ingress?
Could this be an issue with Ingress proxy headers stripping the sid? Any known Azure or NGINX settings that affect WebSocket handshake completion? Would appreciate any insights or troubleshooting tips! Someone confirms a known issue with Socket.io, NGINX Ingress and suggests a fix.
Beta Was this translation helpful? Give feedback.
All reactions