© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
28 replies
AvPirate

No api call is working

Hey guys, I'm using the basic code for my new table:

const { data, error } = await supabase
    .from("Characters")
    .insert([{ name: "someValue" }]);

  return data;
const { data, error } = await supabase
    .from("Characters")
    .insert([{ name: "someValue" }]);

  return data;


And it does nothing.
I also tried to manually adding a row to the table, and use the api code to get all data, but that didn't work as well.
I've attached a picture of my table and my policy that gives access to all operations
image.png
image.png
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

Api call & cron job is part of datbase ?
SupabaseSSupabase / help-and-questions
7mo ago
no api key
SupabaseSSupabase / help-and-questions
3y ago
Call API based on data needed from API call without client roundtrip
SupabaseSSupabase / help-and-questions
4y ago
Signed urls with api call
SupabaseSSupabase / help-and-questions
7mo ago