Ā© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•8mo ago•
18 replies
Chuck E Cheese

Not getting data

I am not getting any data but not getting any errors either. I definitely have one record in this table. I am using MCP server which set up a connection to VS Code. I know it has access because it can see the tables and it has created the below methods but neither return any data. which is strange.

    const { data, error } = await supabase
      .from('Account')
      .select('*')
      .eq('id', '1');
    const { data, error } = await supabase
      .from('Account')
      .select('*')
      .eq('id', '1');



    const { data, error } = await supabase
      .from('Account')
      .select('*')
      .limit(1)
      .single;
    const { data, error } = await supabase
      .from('Account')
      .select('*')
      .limit(1)
      .single;
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

Fix getting No data from database.
SupabaseSSupabase / help-and-questions
4y ago
Not getting any data from my table
SupabaseSSupabase / help-and-questions
4y ago
Snowflake foreign data wrapper is not getting integrated
SupabaseSSupabase / help-and-questions
6mo ago
Users not getting deleted from database.
SupabaseSSupabase / help-and-questions
8mo ago