Using periods will prevent realtime from working. For example if your database id contains a period like here "JAx86RQ2r-VoD4POi.Tk" it will then looks like this "databases.JAx86RQ2r-VoD4POi.Tk.collections" if you want to listen to a specific channel. This way you will receive no incoming data!
lol...
And I was wondering why my realtime did not work <:PES2_Apathy:888440873094873099>
Recommended threads
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- Appwrite DNS nameservers return SERVFAIL...
My custom domain demomanasa.online (and all its subdomains) stopped resolving with ERR_NAME_NOT_RESOLVED for all visitors. I have traced the failure to Appwrite...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...