Supabase Query: Foreign Table Wrapper Query Not Loading

Database & APIs

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!

What have you tried so far?

Tried querying with a non-foreign table (users) and it works fine. Issue seems to be related to querying foreign tables in supabase.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
2 replies