[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 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
Was this page helpful?