© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3mo ago•
17 replies
VeenaLahari

Subject: PostgREST Schema Cache Not Updating After Configuration ChangesBody:

Hello Supabase Team,

My PostgREST schema cache is not updating despite multiple attempts to reload it. This is blocking our production application.
Project ID: dtoyuunlyzszoqkzhxfe
Issue: After adding sdr_data to "Exposed schemas" in API Settings, PostgREST still returns:
PGRST106: The schema must be one of the following: public, graphql_public, users, geographies, common, grouping, entities
Steps Taken:
✅ Added sdr_data to Exposed schemas in Dashboard → Settings → API
✅ Added sdr_data to Extra search path
✅ Ran NOTIFY pgrst, 'reload schema';
✅ Paused and resumed the entire project
✅ Waited 30+ minutes for cache refresh
✅ Verified permissions: GRANT USAGE ON SCHEMA sdr_data TO authenticated;
✅ Verified function exists: public.insert_amicable_settlements_wrapper is executable by authenticated role
Result: PostgREST still cannot see the schema or function. API returns 404/406 errors. Attached is the sql proof also.
Screenshot_2025-11-08_at_17.27.32.png
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

PostgREST Schema Cache issue – `PGRST002`
SupabaseSSupabase / help-and-questions
5mo ago
PostgREST schema cache stuck - existing tables return 404
SupabaseSSupabase / help-and-questions
4w ago
PostgREST cannot find chat tables in schema cache
SupabaseSSupabase / help-and-questions
4mo ago
Project-specific PostgREST schema cache stuck – PGRST002 errors
SupabaseSSupabase / help-and-questions
6mo ago