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
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...
- hi guys! my site is not accesible in my ...