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
- Dart runtime functions are timing out an...
My appwrite function is not executing at all and showing the error in error logs: I tried redeploying. Still no luck. I have set the function to ise maximum re...
- 403 The current user has been blocked.
Hello, I have a free plan; I've tried to access my project and I get the message "403 The current user has been blocked." I have database, sites, and auth in us...
- Am getting "The current user has been bl...
Was working on my app FLUTTER WEB APP, and suddenly, I have been blocked.... What can I do ? When I try to sign in to the console, I get "The current user has ...