I am attempting to access the Supabase API through Plasmic integrations using the URL https://project-id.supabase.co/rest/v1/app_integration.integrations
. Despite having exposed this custom schema in Supabase, it defaults to the public
schema. The response I receive is:
- Code: “42P01”
- Details: null
- Hint: null
- Message: “relation “public.app_integration.integrations” does not exist”
The API functions correctly when I include Accept-Profile = app_integration
in the header. Is there a way to achieve this without needing the additional header?