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
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- 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...