© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
16 replies
galaxy

Help with Twilio Functions.

when i try to update my db trough twilio i get this error.
data { error: { message: 'No API key found in request' }, data: null, count: null, status: 401, statusText: 'Unauthorized', body: null }

const test = await supabase
.from("person")
.update({
is_coming,
arrives_in,
})
.match({ phone: from });

when i test it with my other project supabase instance it works, but somehow doesn't with the new one.
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

Need help with edge functions
SupabaseSSupabase / help-and-questions
8mo ago
SMS-Hook with Twilio Verify
SupabaseSSupabase / help-and-questions
4mo ago
How to use Twilio npm package in edge functions Deno
SupabaseSSupabase / help-and-questions
4y ago
Deploying functions with dependencies
SupabaseSSupabase / help-and-questions
4y ago