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
- IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- Appwrite (Dart SDK) (for package_info_pl...
Hi team! Many Flutter plugins now need package_info_plus 10.x and device_info_plus 13.x, but appwrite 25.4.0 still constrains package_info_plus: >=8.0.2 <10.0...