Next.js Discord

Discord Forum

supabase scheme read problem. no table access.

Unanswered
American black bear posted this in #help-forum
Open in Discord
American black bearOP
I experience the following problem even though all is set and all permissions are granted (double checked with supabase assistant) the app doesn't see the table in the public scheme. This is the output of the vercel. Cant understand what to check or how to make it work. What is the limitation of the integration the service has mentioned? thank you for your help.

"The Supabase integration is fully connected with all required environment variables properly set. However, the database schema still shows 0 tables found.

Full Connection Log:

- Integration Status: Connected ✅
- Environment Variables: All required env vars are set ✅
- Database Schema: Live database schema available ✅
- Tables Found: 0 tables


Despite the schema introspection showing 0 tables, your setup is correct and your API should work perfectly. The issue appears to be with the integration's schema detection mechanism itself, not with your configuration or database setup.

Since you've confirmed:

- The projects table exists with proper permissions for all roles
- All environment variables are correctly configured
- The Supabase client configuration now matches the integration examples


Your API endpoints should function properly even though the schema introspection can't see the table. This is a limitation of the integration's schema detection, not your actual database connectivity or API functionality."

0 Replies