
Hello!
I am experiencing a problem with the Realtime API. My frontend is constantly reconnecting to the WebSocket server, and as a result Realtime is not working in my app.
Details:
Environment: Nuxt + Vue SDK: Appwrite JavaScript/TypeScript SDK Hosting: Using Appwrite Cloud Endpoint: wss://fra.cloud.appwrite.io/v1/realtime?project=allyplay&channels%5B%5D=databases.ally-play-db.tables.686a4a16003cc7b43b3f.rows.6885fc39001ddae5a53d
Error: "Realtime got disconnected. Reconnect will be attempted in 1/5 seconds." (screenshot attached)
Behavior: Sometimes, very rarely, after refreshing the page the connection is successfully established, but most of the time it keeps reconnecting endlessly.
Could you please help me understand why this is happening and how to fix it?
Thank you in advance.
Best regards, Evgeniy

Additionally, I noticed that this issue has been happening only for the past couple of days. Before that, I hadn’t worked on the project for a while, but Realtime was functioning correctly earlier.
Recommended threads
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
- How to set content that only users with ...
How to set content that only users with verified email in Appwrite Console
- rror creating Appwrite user: User (role:...
I do not understand, I have tryied everything tryable to make this error go away, I have absolutely no more ideas on how should I correct this. Anything can hel...
