JasperOriginal post
Rank 1: Thread
Hi i'm unable to subscribe to any realtime channels.
JavaScript
const channel = `collections.todos.documents`; console.log("Subscribing to channel", channel); client.subscribe(channel, (event) => { console.log(event); });Plain text
Subscribing to channel collections.todos.documents
2console.js:273 Realtime got disconnected. Reconnect will be attempted in 1 seconds.Summary
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.