Foreign tables (FDW Stripe) crashing when viewed in Supabase Studio
I've set up a foreign table based on the products we have in Stripe through the Stripe foreign data wrapper. I can retrieve the data through SQL queries but when I navigate to the table view in Supabase studio the client throws an exception:
Application error: a client-side exception has occurred (see the browser console for more information).
Checking the console this seems to be the error: Error: SQL identifier cannot be null or undefined
I've searched both the docs and github issues but can't seem to find anyone with similar issues, what am I missing? I'm running Supabase Studio locally with
Application error: a client-side exception has occurred (see the browser console for more information).
Checking the console this seems to be the error: Error: SQL identifier cannot be null or undefined
I've searched both the docs and github issues but can't seem to find anyone with similar issues, what am I missing? I'm running Supabase Studio locally with
supabase start.