We can connect to LiveQueryServer via ws, but not via wss. How can we configure it using via wss?

I think your live query seems working, ‘Socket opened’, ‘ConnectMessage: op:connect…’

I/flutter ( 8004): LiveQuery: : Socket opened
I/flutter ( 8004): LiveQuery: : ConnectMessage: {op: connect, applicationId: appid, sessionToken: r:token}
I/flutter ( 8004): LiveQuery: : Done

No it is disconnecting and retrying, and it is not actually loading any new objects too:

Server log has following messages all the time:

info: Client disconnect: undefined
error: Can not find client undefined on disconnect

@davimacedo Yes, I am using express

Could you test wss connection? Mine not working…
websocket.org Echo Test - Powered by Kaazing

@ParseServerCandir Thanks for the websocket.org link.
I tried, it is working, I have received the clientId from parse livequery server.

So the flutter parse sdk is not recieving clientId it seems. Not sure what is the problem

Which version are you using ‘flutter parse server sdk’?
I’am using this:
parse_server_sdk_flutter: ^2.1.0

I am using:
parse_server_sdk_flutter: ^3.0.0

Although the server side seems to be not working for me.
websocket.org response me:
ERROR: undefined
DISCONNECTED