Hey,
I'm trying to subscribe to changes on a specific document (right after its creation). After creating the record, This code doesn't get triggered:
client?.subscribe(databases.aidb.collections.records.documents.${record["id"]}, response => {
Calling the same flow with
client?.subscribe(databases.aidb.collections.records.documents, response => {
works fine. What can be the issue?
Recommended threads
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...