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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...