I am using dart_appwrite in my Flutter app. I have a function that uploads an image to my storage. It works fine on other targeted platforms except my Mac OS.
This is the error I get:
AppwriteException: ClientException with SocketException: Connection failed (OS Error: Operation not permitted, errno = 1), address = cloud.appwrite.io, port = 443, uri=https://cloud.appwrite.io/v1/storage/buckets/65399950e69c69a3d059/files (0)
Please I need help on knowing what the problem is and how to solve it. Thanks
i hope you're not putting the api key into that app 👀
Maybe there's a plist or something that needs to be updated to grant the app network access
I am. Tbh, I really don't care. It's just a small app. I'm not worried about all that
About the info.plist... I don't know if there is
This helped. Thank you. Wouldn't have figured it out that quickly. Turns out not really an Appwrite problem.
Recommended threads
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...