I try to connect with Cloud beta current version via macOS Flutter app (iOS is working)
I get following error: AppwriteException: null, Connection failed (0) after _account.createEmailSession
I added the macOS platform in the dashboard under the project
Any ideas whats causing this error?
appwrite: ^9.0.0
flutter: 3.7.12
Summary
The user was experiencing a connection failed error (AppwriteException: null, Connection failed (0)) on a Flutter macOS app. The solution was to grant internet permissions by following the guidance in this Stack Overflow post: <https://stackoverflow.com/questions/61196860/how-to-enable-flutter-internet-permission-for-macos-desktop-app>. The user confirmed that this solution worked.