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
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...
- Fine grained permissions for webRTC hand...
Hi, I am building a WebRTC P2P app for a university project and have hit a security limitation regarding permissions for anonymous users. The Architecture: We ...
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...