'Session ID unknown' after deploying to test environment with node. #4400
-
Description: Dev Environment:
Nginx config:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
issue like this: |
Beta Was this translation helpful? Give feedback.
-
Hi! That's weird, I think the only way to get a Are you able to reliably reproduce? Also, could you please try with |
Beta Was this translation helpful? Give feedback.
Hi! That's weird, I think the only way to get a
session ID is unknown
error is when you use several server instances: https://github.com/socketio/engine.io/blob/917d1d29e13f2e8f523c3738f6413f67b587aebe/lib/server.ts#L225-L229Are you able to reliably reproduce?
Also, could you please try with
transports: ['websocket']
on the client side?