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
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...