© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4w ago•
2 replies
rm75009

PostgREST schema cache stuck - existing tables return 404

PostgREST
Project: cyjrsdxpomtiutpkxnck
Issue: PostgREST returns 404 for existing tables (profiles, groups, group_members)
Error: "Could not find the table 'public.group_members' in the schema cache"

- Tables exist in database (verified via SQL)
- Permissions are correct (anon/authenticated roles have access)
- Tried: multiple migrations with NOTIFY, project pause/resume

PostgREST schema cache not refreshing after migrations

- Problem persists for weeks

SQL verification shows tables exist:
SELECT table_name FROM information_schema.tables WHERE table_schema='public';
Returns: profiles, groups, group_members, activities, etc.

But API returns 404:
GET /rest/v1/profiles -> 404
GET /rest/v1/groups -> 404

Request: Manual PostgREST schema cache invalidation
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 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
PostgREST Schema Cache issue – `PGRST002`
SupabaseSSupabase / help-and-questions
5mo ago
Subject: PostgREST Schema Cache Not Updating After Configuration ChangesBody:
SupabaseSSupabase / help-and-questions
3mo ago