© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
9 replies
tEjAs

Returning null after data inserted into table

Hello,
I have a table that I am inserting data into with await tableName.insert(data) and this works fine. However, when I then try to execute a select query with const {data, error} = tableName.select() I get null. When I restart my server (express, node JS, running on localhost) I can access the data until I insert something else again and get null. Can someone help me with this? Thank you.
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 query data returning null
SupabaseSSupabase / help-and-questions
4mo ago
getClaims returning null
SupabaseSSupabase / help-and-questions
4mo ago
Table not returning the required data
SupabaseSSupabase / help-and-questions
8mo ago
Importing Data into a Table
SupabaseSSupabase / help-and-questions
4y ago