Jasper
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. Jasper
I'm using the cloud version aswell
Recommended threads
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...