I have a probleme with Realtime. When i lauch my flutter i receive subscription: ws://c.mboasms.cm/v1/realtime?project=id&channels%5B%5D=databases.641351ea5433a6163dc3.collections.6446e97c0a307d25b0ea.documents on console but nothing happen when i update or insert document
does your user have access to the documents in that collection?
Yes
But when I use the IP address the realtime work.
huh?
I think he means to say when he does it locally (appwrite) it works
do you have a reverse proxy in front of appwrite?
Yes
Make sure it's configured to support web sockets
I second this. I had to configure my reverse proxy to allow web sockets.
Recommended threads
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...