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
- Function connected custom domain error: ...
My domain is served through Cloudflare. Domain is now connected with the appwrite function. But when accessing the domain, I get the below error. Any suggestion...
- Error | general_unknown
I have built a website using Appwrite Cloud as backend, and also using sites for deployment. My website is live but sometimes it shows Appwrite's Error general_...
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...