Hey, I'm trying supabase with Flutter Desktop on M...
# flutter
i
Hey, I'm trying supabase with Flutter Desktop on Mac and getting this error message: flutter: SocketException: Connection failed (OS Error: Operation not permitted, errno = 1), address = aukyoijzhnszkzdulzzg.supabase.co, port = 443 While it works fine on the web. Any suggestions?
m
macOS apps are sandboxed by default, have you set things up following this guide here? https://docs.flutter.dev/desktop/macos Especially regarding entitlements
Illia (2022-06-02)
i
Thanks, that helped!
m
You are welcome, @Illia 🙂
Illia (2022-06-02) - p1
2 Views