Hello to everyone,
I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something weird.. My app works but sometimes when I try to do some api calls referring to Appwrite (such as live stream or something like this) I encoutered this error about my log:
HTTP 500: ""
To be more specific :
executeFunction [*myendPoint*] HTTP 500: ""
errore rete/parsing: FormatException: Unexpected end of input (at character 1)
I/flutter (29644):
I/flutter (29644): ^
I/flutter (29644):
Could you please tell me if it is normal? When I wait just few seconds the app works again and it never crashes or be block in anyways. It just that frame that my situation it seems to be stucked with this error. I don't if it is because AppWrite is not so proficient to manage multiple streams or multiple api calls.
Thanks in advance.
Recommended threads
- CSV imports were not working but found a...
With 1.9.5 Self-Hosted on a remote Debian 13 VPS I was trying to upload some data using the Import from CSV function. After following the Docs I created a csv f...
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...