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
Summary
Issue: Realtime feature is not working properly.
Solution: The user needs to make sure that their reverse proxy is configured to allow web sockets. Additionally, it is suggested to check if the user has a reverse proxy in front of Appwrite. The user also needs to ensure that their IP address is used instead of localhost for Realtime to function correctly. Lastly, it is important to check if the user has the necessary access to the documents in the specified collection.
Drake
Admin
May 13, 2023, 00:04
does your user have access to the documents in that collection?
SpencerSama
Rank 2: Process
May 13, 2023, 00:05
Yes
SpencerSama
Rank 2: Process
May 13, 2023, 00:10
But when I use the IP address the realtime work.
Drake
Admin
May 13, 2023, 00:18
huh?
Usman
May 17, 2023, 12:09
I think he means to say when he does it locally (appwrite) it works
Drake
Admin
May 17, 2023, 15:55
do you have a reverse proxy in front of appwrite?
SpencerSama
Rank 2: Process
May 20, 2023, 16:30
Yes
Drake
Admin
May 20, 2023, 16:31
Make sure it's configured to support web sockets
safwan
May 20, 2023, 17:45
I second this. I had to configure my reverse proxy to allow web sockets.