Playing a video the showing an error like,
FATAL EXCEPTION: DefaultDispatcher-worker-2 (Ask Gemini) Process: com.example.video, PID: 5629 io.appwrite.exceptions.AppwriteException: Error: Server Error at java.lang.reflect.Constructor.newInstance0(Native Method) at java.lang.reflect.Constructor.newInstance(Constructor.java:343) at com.google.gson.internal.ConstructorConstructor$9.construct(ConstructorConstructor.java:262) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$FieldReflectionAdapter.createAccumulator(ReflectiveTypeAdapterFactory.java:427) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:383) at com.google.gson.Gson.fromJson(Gson.java:1227) at io.appwrite.extensions.JsonExtensionsKt.fromJson(JsonExtensions.kt:17) at io.appwrite.services.Realtime$AppwriteWebSocketListener.handleResponseError(Realtime.
Recommended threads
- Query multi-tenant db with $permissions ...
I'm setting up a multi-tenant database with RLS enabled. My users my have permissions set for multiple Teams, and as such when they query the database with the ...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- 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...