could you please try with transports: ['websocket'] on the client side?
this.IO = io(AppConstants.socketBaseUrl, {
query: { token:"blablabla...." },
path: '/socket.io',
withCredentials: true,
transports: ['websocket'],
secure: true,
});
refer Socketio Id Unknown