Back
Realtime connection error: WebSocketException: ... was not upgraded to websocket
- 0
- Flutter
- Cloud
My application has lots of chat rooms created daily, and a common error is that the realtime connection is not working, the console shows this error:
TypeScript
flutter: WebSocketException: Connection to 'https://cloud.appwrite.io:0/v1/realtime?project=prject_id&channels%5B%5D=databases.chat.collections.dn1m1gh2kzkdmoe.documents#' was not upgraded to websocket
#0 _WebSocketImpl.connect (dart:_http/websocket_impl.dart:1011:41)
#1 WebSocket.connect (dart:_http/websocket.dart:320:22)
#2 RealtimeIO._getWebSocket (package:appwrite/src/realtime_io.dart:37:27)
#3 RealtimeMixin._createSocket (package:appwrite/src/realtime_mixin.dart:33:17)```
Just after creating some documents in that collection the next attempt of doing a realtime connection works. This error occasionally occurs with some collections.
Using appwrite cloud v.1.4.13
Appwrite for flutter: v11.0.1
TL;DR
Issue: Developers are experiencing a WebSocketException error with their real-time connection in Flutter using Appwrite. The connection is not being upgraded to a websocket sometimes, affecting chat rooms. Error occurs occasionally with certain collections in the application.
Solution: This issue might be resolved by ensuring proper websocket connection establishment in the code. Consider reviewing and potentially updating the websocket implementation to address the error.Recommended threads
- Custom domain stuck at Generating certif...
Link : https://cloud.appwrite.io/console/project-fra-6601936fa10ca8d54468/functions/function-660194a6ec81f4864cf5/domains Added mentioned appwrite name servers...
- Bun Runtime
Any chance we could get Bun 1.3.8 added to the runtimes? We're currently on 1.1 and the update would be awesome
- Issue setting up url
I'm trying to setup an email verification system in my auth flow. It hasn't worked out too well. I have my domain 'parlay.live' in the web domains in the AppWri...