
I am trying to get realtime working in a flutter project running on macos. I can't find out what's wrong but the I am not receiving any updates to changes in the database/collection.
TL;DR
Issue: Realtime updates not working in a Flutter project on macOS.
Solution:
- Check that the relevant dependencies and packages for realtime functionality are properly installed.
- Make sure the database/collection is set up correctly and accessible.
- Verify that the code for subscribing to realtime updates is properly implemented.
- Confirm that the realtime functionality is supported by the chosen database.
- Debug and log any error messages or exceptions that might be occurring during the realtime process.
- Consider seeking assistance from the Flutter community or relevant forums for further troubleshooting.Recommended threads
- I am facing this error: type 'Null' is ...
When attempting to fetch areas from the area collection, the application throws an error: "type 'Null' is not a subtype of type 'int.'" This issue originates in...
- Domain Verification failed
I think i did the step by step well but just not work. When I enter the page I have this error: `Requested host does not match any Subject Alternative Names (S...
- Adding Domain to Sites [Self Hosted]
I am struggling to get this working. I stood-up a new server and deployed appwrite 1.7.4. I added update .env file _APP_DOMAIN=appwrite.mydomain.com _APP_DOMAI...
