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
- restore paused project not working
https://cloud.appwrite.io/console/project-sfo-69b1b841002ca6a07f14/overview/platforms
- 1.6.2 to 1.7.0
Hi everyone. I am running a self-hosted Appwrite server on version 1.6.2. What is the safest way to migrate to the next version? Should I update directly to...
- Exception: Route not found when calling ...
I have self-hosted v1.8.1 and I am using an Appwrite function with node-appwrite v22. When I call the createVarcharColumn() in my server function I get this exc...