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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...