S
Supabase4h ago
jins

schema "pg_pgrst_no_exposed_schemas" does not exist

What does this error mean in my Postgres logs schema "pg_pgrst_no_exposed_schemas" does not exist I have the Data API disabled as well.
1 Reply
ihm40
ihm404h ago
Having the data api turned off is probably what is cauing the isssue, it should be on and public should be in exposed schemas https://supabase.com/dashboard/project/_/settings/api

Did you find this page helpful?