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
- Error With iOS Apps
I keep getting the below errors for my flutter app. The clients are registered and have been. This wasn't an issue a few hours ago. AppwriteException: AppwriteE...
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...