© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
10 replies
gsmt

Database api doesn't seem to be returning correct data

From the supabase-js Docs the function should be like this
const { data, error } = await supabase
  .from('countries')
  .select()
const { data, error } = await supabase
  .from('countries')
  .select()

though it seems like something has changed because it doesn't return neither data nor error
https://supabase.com/docs/reference/javascript/select
image.png
image.png
Supabase Documentation
Fetch data: select()
Fetch data: select()
Fetch data: select()
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

Graphql Filters Don't Seem To Be Working
SupabaseSSupabase / help-and-questions
4y ago
Vercel integration doesn't seem to sync the new auth publishable API keys
SupabaseSSupabase / help-and-questions
6mo ago
Resend email change email doesn't seem to work
SupabaseSSupabase / help-and-questions
3y ago
CDC - UPDATED Database Data to Send to External API
SupabaseSSupabase / help-and-questions
4y ago