
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
- import csv "Document already exists"
When I try to import a csv file to an already existing database, I keep getting "Document Already Exists" I thought that when I import and a document with the ...
- Database not found
Even though I can clearly access and update fields in my DB through the console, when my updating through the Android SDK it throws this error { "message": ...
- Cannot load nested relationships
When trying to load a nested relationship using the below query I get this error: ```Invalid query: Attribute not found in schema: *``` ```dart try { fina...
