Supabase RPC functions not showing in FlutterFlow

Database & APIs

Hi everyone,

I'm using self-hosted Supabase instance. My PostgreSQL functions are in the public schema. I ran Get Schema in FlutterFlow successfully. The tables are imported, but Action Flow β†’ Supabase RPC shows: "No functions found".

Does Native Supabase RPC currently support self-hosted Supabase? Could this be a FlutterFlow bug or an OpenAPI compatibility issue?

What have you tried so far?
  • Confirmed the RPC functions exist in the public schema.

  • Confirmed anon and authenticated have EXECUTE permissions.

  • Ran Get Schema successfully in FlutterFlow.

  • Confirmed GET /rest/v1/ returns HTTP 200.

  • Checked the returned OpenAPI schema β€” the RPC functions and their parameters are present.

  • Refreshed the PostgREST schema cache.

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