[bug?] Supabase-swift SDK always times out on simulator
I'm building a native iOS app and have Supabase-swift integrated for fetching data from the database. However, when trying some easy queries, they always fail with a timeout
I have initialised the
as well as if I run my app in a real device.
Additional information
I have initialised the
SupabaseClient as the docs state, using my project's URL and publishable key. If I run the same queries via cURL, they work fine and I get the expected data - SDK version: 2.31.2
- Happening on simulator (iPhone 16 Pro Max)
- iOS 18.4
- Xcode version: 16.3