-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Labels
Description
I've been trying for 8 hours and nothing. π. Web app on localHost and Android works perfectly.
Only on flutter web (Chrome) and with server it doesn't work..β
Fluttter Web Site = > https://.... (Vercel)
Server = > https://... (Render)
My versions.
Flutter 3.19.0
Dart 3.3.0
socket_io_client 2.0.3+1
All these measures did not work.
-
Downgrade Socket.io node from 4.7.4 => 4.6.2. π Doesn't work
-
Flutter = >
IO.io(socketUrl, <String, dynamic>{ 'autoConnect': false, 'transports': ['websocket'], 'rejectUnauthorized': false, 'withCredentials': false, });
π Doesn't work
- Node Server = >
this.io = new socketIo.Server(this.server, { colors: { origin: [ ''my_cors", //"*", ], credentials: false,
π Doesn't work
Error thrown βΆ timeout in all states.