We're building a Chatt App atm, for school.
We already connected the app with Appwrite and new messages we send in the App are shown in the database. But the subscription seems not to work in the Flutter App, the new entrances in the databases are not shown in the App.
- Anything in the logs?
- What are the permissions on the collection?
- What if you add a print at the beginning of the callback to
subscription!.stream.listen? - What if you call listDocuments on the database and messages collection?
The problem was my pc ig. On laptop it worked.
Is it working in other machines?
Yes it works on other devices
Cool. Then I guess we can mark it as Closed?
Yep
But still thx for try to help
[CLOSED] Chat Bubbles are not shown
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Realtime Error Invalid query: Syntax err...
I was test driving Self-Hosted Appwrite for my use with Swift IOS apps as a backend while back and after successful trials, I started to move to incorporate int...