
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
- Error deploying on appwrite site
Hello. I'm learning to program in Flutter, and after creating my first app, I concluded that I would use AppWrite as the backend. So, I created a very simple a...
- Flutter Starter Configuration Not Up to ...
I was trying to use Appwrite and connect Flutter, while using the starter kit from GitHub, as advised (please compare with attached screenshot). However, the s...
- Failing to get user account after login ...
Running the attached integration test on Windows platform I get the following error. Any idea of what I'm doing wrong ? π Starting... 01:22 +0: Appwrite Authe...
