[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
SupabaseClient
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 as well as if I run my app in a real device.
Additional information - SDK version: 2.31.2 - Happening on simulator (iPhone 16 Pro Max) - iOS 18.4 - Xcode version: 16.3
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.