Heyo!
When uploading a bigger file, it shows me this:
Error uploading file: AppwriteException: Invalid document structure: Attribute "chunksTotal" has invalid type. Value must be a valid range between 0 and 2,147,483,647
I thought using the Web SDK chunk uploading goes automatically, but it seems not?
TL;DR
Developers are encountering an error when trying to upload larger files using the Web SDK chunk uploading feature. The error message indicates an issue with the "chunksTotal" attribute having an invalid type. The value should be a valid range between 0 and 2,147,483,647. It appears that the chunk uploading process might not be functioning automatically as expected.Recommended threads
- Cannot use createdBefore query on bulk d...
sdk: dart version: 19.2.1 ```final timestamp = DateTime.timestamp() .subtract(const Duration(days: 1)) .toIso8601String(); await databas...
- Upgrade mechanism using coolify
Hi there I am hosting an appwrite instance with coolify. Setting it up worked really well, everything works🎉 But it is stuck on the 1.7.4 version. What is ...
- Does anyone know default sender id and f...
Need it for otp verification in appwrite self hosted