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
- redirect_uri errors on flutter client
Hi all, I'm using the flutter client for my app to do appwrite auth and use the JWTs to send to my backend. When I try to sign in with SSO, I get this: https:/...
- Confused about the pricing. Can I get so...
I 'm really confused about the pricing here. I've got the pro plan and i have 4 projects open. As you can see, I'm nowhere near my usage limits with these proje...
- Request for JWKS Endpoint and OIDC Disco...
Hey Appwrite Team, Do you have plans to support JWKS and a well-known OIDC discovery endpoint? This would let us verify Appwrite JWTs in other services using st...