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
- Domain Verification Failed - Fastly Conf...
I am trying to add my subdomain api.getmyself.app to my Custom Domain, but I keep getting the error: Domain 'getmyself.app' is owned by another customer I have...
- Data not loading at the frontend
My App that has been working for weeks, ain't loading anything at the frontend anymore. I thought maybe the API key expired but it's not the case. Users are log...
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?