
This should log the response, right? Well it doesn't. I see the connection in the network tab, it's alive and healthy. Any ideas?
function callback(response){
return console.log(response)
}
const unscribe = appwrite.client.subscribe('dashboard', callback);
beforeNavigate(to => {
unscribe()
})```

Images confirming that everything is set as it should be? and we indeed are connected

is dashboard the name of your collection?

Would it not be
appwrite.client.subscribe('databases.*.collections.dashboard', callback);

yes, i'm so sorry, i just figired that out while you were writing ))

added for test individual document, everything works just fine, god damn me old fool, always blind to obvious things

thank you @Kenny

Glad you figured it out! :)

[SOLVED] Realtime Subscriptions - callback doesnt log?
Recommended threads
- Attribute already exists in schema
I created an attribute, deleted it and now I can't create it again. It says "Failed" and "Attribute already exists in schema". ```json { "27": { "ke...
- Decentralisation
I had queries regarding decentralisation with self hosting, particularly with sites as a recent addition. Can we decentralise sites as in many cases we would li...
- Error response from daemon: driver faile...
on endpoint appwrite-traefik (00bbc10e5875d0c367d8975c6abc946a77b7ec201a64a825399add44fb34ebb4): failed to bind port 0.0.0.0:80/tcp: Error starting userland pro...
