Β© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabaseβ€’4y agoβ€’
15 replies
ven

code '42501', details null, hint null, message 'permission denied for schema ' error. what do i do?

    // console.log("client", client);
    // get users
    client
        .from("User")
        .select("*")
        .then(({ data, error }) => {
            console.log("data", data);
            console.log("error", error);
        });
    // console.log("client", client);
    // get users
    client
        .from("User")
        .select("*")
        .then(({ data, error }) => {
            console.log("data", data);
            console.log("error", error);
        });
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

ERROR: permission denied for schema public (SQLSTATE 42501)
SupabaseSSupabase / help-and-questions
5mo ago
Permission denied for schema citext
SupabaseSSupabase / help-and-questions
13mo ago
ERROR: permission denied for table schema_migrations
SupabaseSSupabase / help-and-questions
5mo ago
ERROR: permission denied to create extension "vector" (SQLSTATE 42501)
SupabaseSSupabase / help-and-questions
3y ago