socket.io-client-dart
socket.io-client-dart copied to clipboard
Connection error on flutter web
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!
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?
I have solved. It's CORS.
Just change wss to https and it was fixed.