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
- Self-Hosted and Multi Region support
Hey Appwrite Team, As a test and to expand self-hosted capabilities even more, i was thinking of understanding and testing how to deploy a multi-region instanc...
- Auth not working
guys my appwrite auth isnt working? oauth works (Sign in with google n discord) i have 2 websites deployed where do i get help when i do sign in with email and ...
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...