Giter Site home page Giter Site logo

Comments (1)

MarceloRab avatar MarceloRab commented on June 8, 2024

Exactly the same thing that happens to me. I've been trying for 8 hours and nothing. 😒. Web app on localHost and Android works perfectly.

Only on flutter web and with server it doesn't work..❗

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.

  1. Downgrade Socket.io node from 4.7.4 => 4.6.2. 👉 Doesn't work

  2. Flutter = >

IO.io(socketUrl, <String, dynamic>{ 'autoConnect': false, 'transports': ['websocket'], 'rejectUnauthorized': false, 'withCredentials': false, });

👉 Doesn't work

  1. Node Server = >

this.io = new socketIo.Server(this.server, { colors: { origin: [ ''my_cors", //"*", ], credentials: false,

👉 Doesn't work

Error thrown ▶ timeout in all states.

from socket.io-client-dart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.