© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Supabase JS RC Insert returns undefined but database have result? - Supabase
S
Supabase
•
4y ago
•
4 replies
Noob
Supabase JS RC Insert returns undefined but database have result?
const
{ data
: record
, error
}
= await supabase
.from
(
'Blog
'
)
.insert
(
{title
:
'hi
'
}
)
.single
(
)
;
if
(error
)
{
console
.log
(error
)
;
}
console
.log
(record
)
;
/
/ undefined
?
Supabase
Join
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
46,176
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Supabase getUser() returns undefined
S
Supabase / help-and-questions
9mo ago
Supabase database returned no results.
S
Supabase / help-and-questions
7mo ago
Supabase Database
S
Supabase / help-and-questions
4y ago
Supabase JS RC 2 - Unable to get count of rows
S
Supabase / help-and-questions
4y ago