Hi, in supabase I have a foreign table in an Airtable wrapper. I have supabase successfully connected to my Flutterflow project, and I've successfully loaded the schema. (I see the columns in my supabase settings in Fluterflow.)
However, when I try creating a simple backend query on a List View, in Test Mode it just shows an infinite loading spinner and the data seems to never load. If I change the backend query to use the "users" supabase table (not a foreign table, obviously) then it works fine. I also have my foreign table's schema set to "public" in supabase. Anyone have any ideas as to why it wouldn't load, or on a workaround? Thanks!