yes this request fails
no that bytes range in 0 based while the thing after the / is the length
hmm but i changed this
in sdk and there was no problem uploading
checking the file integrity
but it looks good
i dont have file with 3 chunks to test tho
any chance you can test w/o using a storage provider?
yes, I will test it today on our dev environment, there is no storage provider
no problems with storage provider (and unchanged chunked upload client)
and if used modified chunked upload without storage provider I receive 500 and I see Failed to read chunk error in docker logs
for now I will create dart sdk fork with a useDigitalOceanStorage flag
because with the current 1.4.2 we need 2 different implementations (1 for w/o provider - our dev, 2 for digital ocean spaces - our prod)
you mean the new sdk and appwrite 1.4.3 works fine without setting a storage provider?
1.4.2 - yes, new sdk = dart_appwrite: 10.0.0
will check on 1.4.3 after some time but as far as I saw in a release notes there was no changes in storage
With this changes (so sorry for format but I cannot resist) https://github.com/thecodebrothers/sdk-for-dart/commit/79b1c7e02a54ca873693c3f25d65a71118ce8c47 works on both: w/o storage provider and for digital ocean spaces
but of course problem could be on server side storage receiver
but maybe this would also help somebody
before the official fix
hey would you be able to try this fix to see if it works for you for both local and storage provider? https://github.com/appwrite/sdk-generator/pull/719
Sorry, Been busy today, I will try this weekend
thank you! ๐๐ผ
@Steven I can confirm that it works for both - w/o storage provider and for Digital ocean, just tried on our dev and prod
thanks for the fix - cant wait for it to be deployed into pub.dev ๐
Recommended threads
- functions domain error
I cannot set up the domain for function Iโm trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...
- Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?
- Python function - error while creating /...
I have been trying to figure it out myself for the last 2 days. I have self-hosted appwrite instance, and I am running python 3.12 function. It works great up t...