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
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...
- [SOLVED] Production down - createExecuti...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- [SOLVED] CreateRow is doing ListRows on ...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...