
Hi i'm unable to subscribe to any realtime channels.
TypeScript
const channel = `collections.todos.documents`;
console.log("Subscribing to channel", channel);
client.subscribe(channel, (event) => {
console.log(event);
});
TypeScript
Subscribing to channel collections.todos.documents
2console.js:273 Realtime got disconnected. Reconnect will be attempted in 1 seconds.
TL;DR
Developers having trouble subscribing to realtime channels in the cloud version. Console log shows disconnection issues. The problem might be due to a connection error. Check network settings and retry.
I'm using the cloud version aswell
Recommended threads
- Migrate DB from cloud (back in 1.5.0) to...
As the title says i am trying to migrate my database from cloud to a self hosted instance. But it has been a while since i used appwrite. Now when trying to m...
- getting 401 even with api key with all ...
when i'm usign postman to send a req, it works perfectly but when i use github webhook, it shows auth error The current user is not authorized to perform the r...
- Flutter OAuth2 Google Login – Redirect I...
i tried implementing OAuth2 Google Login in my app, and it works fine for the most part, the problem am facing is when i chose a google account to sign in/up wi...
