I'm performing a subscription to realtime channels, and after a few seconds I get an exception with this error: {type:error,data:{code:1008,message:Error: Server Error}}
I'm using flutter withappwrite 20.3.2 I'm calling: final subscription = appwrite.realtime.subscribe(['rows' ]);
I have checked permissions and client session is created...
My realtime of the same project, web, android and desktop stopped working as well
Is there any news?
Recommended threads
- Fine grained permissions for webRTC hand...
Hi, I am building a WebRTC P2P app for a university project and have hit a security limitation regarding permissions for anonymous users. The Architecture: We ...
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...