© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
2 replies
thasmo

supabase-js query does not return anything locally

Running this locally ...
console.log(
  await supabase
    .from('projects')
    .select('*')
);
console.log(
  await supabase
    .from('projects')
    .select('*')
);

just prints ...
{ error: null, data: [], count: null, status: 200, statusText: 'OK' }
{ error: null, data: [], count: null, status: 200, statusText: 'OK' }


Am I missing something when setting up supabase locally? Database does exists, table with a single row too.
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

Supabase does not return user sessione
SupabaseSSupabase / help-and-questions
14mo ago
Supabase JS query question
SupabaseSSupabase / help-and-questions
13mo ago
Does supabase return discord discriminator?
SupabaseSSupabase / help-and-questions
4y ago
Supabase query not returning anything despite RLS being true
SupabaseSSupabase / help-and-questions
13mo ago