
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
- Appwrite realtime stopped working all of...
In our production environment, Appwrite Realtime suddenly stopped working and no updates are coming through , can you confirm if there are any known issues?
- Realtime Feature Not Working on Custom S...
I have added a custom domain api1.nextsaimon.top for my project. My website is hosted on a1.nextsaimon.top. All features are working correctly, except the Realt...
- Appwrite realtime didn't work
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
