socket.io-client-dart icon indicating copy to clipboard operation
socket.io-client-dart copied to clipboard

Connection error on flutter web

Open Jamalianpour opened this issue 3 years ago • 0 comments

Hello, I have a nodejs backend and try connecting with flutter web but on connection I got error:

{msg: websocket error, desc: null, type: TransportError}

But in android and desktop there isn't any error and all things work!

Jamalianpour avatar Aug 04 '22 12:08 Jamalianpour

I have the same problem socket.io-client-dart version is 1.0.2 I have tried polling and websocket but still not work Can the socket.io-client-dart run on the flutter web? Have you solved it?

fayfive avatar Aug 28 '22 02:08 fayfive

I have solved. It's CORS.

fayfive avatar Aug 28 '22 05:08 fayfive

Just change wss to https and it was fixed.

Jamalianpour avatar Sep 04 '22 18:09 Jamalianpour