SSLV3_ALERT_BAD_RECORD_MAC(tls_record.cc:583) error 268436476, uri=https://cloud.appwrite.io/v1/storage/buckets/67bxxxxxxxxxxxxd026/files (0)
as well as this error
ClientException: Connection reset by peer, uri=https://cloud.appwrite.io/v1/storage/buckets/67b10xxxxxxxxxxxx026/files (0)
yes my internet is stable and im able to perform reads and write to the Database. I'm only facing this issue with storage i have checked if its the permissions by setting it to any
this is the code i have used to create a new file on storage
bucketId: bucketId,
fileId: fileId,
file: InputFile.fromPath(path: image),
permissions: [
Permission.read(Role.any()), // Anyone can read
Permission.write(
Role.user(userId)), // Only the user can edit/delete
]);
return result; ```
weird....i wonder if this is a flutter bug. what version of flutter do you have?
flutter 3.29.0
What flutter appwrite version are you on?
appwrite: ^14.0.0
Try appwrite: 13.0.0
Recommended threads
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- One-time Cloud migration blocked by data...
Hi, I’m blocked on a one-time migration from Appwrite Cloud to my self-hosted Appwrite instance. We already fixed the region issue, and the migration now corre...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...