schema "pg_pgrst_no_exposed_schemas" does not exist

Last edited: 4/29/2026

PostgREST logs showing the error:

  • schema "pg_pgrst_no_exposed_schemas" does not exist

Why this happens#

  • This error is seen when the Data API is disabled on the Supabase project.
  • Currently, we don't really shutdown PostgREST when the Data API is disabled. You will see a schema called pg_pgrst_no_exposed_schemas added in the exposed schemas.
  • This should not adversely affect the project, although it may result in additional entries in your logs.
  • We're aware of this issue and are working on it.