-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutter Web - can not authorized #354
Comments
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) My versions. All these measures did not work.
👉 Doesn't work
👉 Doesn't work Error thrown ▶ timeout in all states. |
@MarceloRab Can you please tell me or send me the configuration(web app side) on how you connected socket in flutter web? For me, the socket doesn't work on localhost too. I am getting xhr poll error and the request URL is not wss but https (with transport as polling). Specifying transport as websocket doesn't work in Flutter Web. |
@kartik-dcx This project is already 6 months old. I don't know if the dependencies have been updated. Today I use firebase and have had no problems with real time. Flutter side https://gist.github.com/MarceloRab/9100a31439219fa045f0278a2d4427ef TS side https://gist.github.com/MarceloRab/c0deff2a3db0d96ae72baa84830ae278 |
Flutter web connected, but w/o authorisation. Tying everything ((
the same code working good on iOS and android
The text was updated successfully, but these errors were encountered: