eric34Original post
Rank 1: Thread
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...
Summary
Developers encountering error code 1008 "Server Error" while subscribing to realtime channels using Flutter and appwrite 20.3.2. Client session is established and permissions are verified.
Solution: Double-check the configuration of realtime channels and ensure that the server-side setup is correct to handle the subscriptions. Additional debugging may be needed to pinpoint the exact cause of the server error.