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
- TEAM INVITE
There is a problem with the team invitation. When a user invites other users, that time, the newly created email address they don't get the invite link and old ...
- education plan not activated
Hi I have an edu id 13103046@iubat.edu but when I am trying to claim my plan and trying to logging with github where education student plan active. the appwrite...
- 500 simultaneous OAuth logins from the s...
Hi, I'd like to ask about rate limiting around Google OAuth login on Appwrite Cloud. **OVERVIEW** Service type: A PWA (web app) for members of a university clu...