© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
43 replies
매튜

{messageNo API key found in request,hintNo `apikey` request header or url param was found.

Hello I am having trouble with a a select. My selects work well elsewhere throughout the code but
  async function updateBurnLevel() {
    const { data, error } = await supabaseClient
      .from('users_vocabulary')
      .select('burn_level')
      .eq('A', wordIDs[Math.floor(sliver / 2)])
      .eq('B', session.user.id);
    console.log(data);
    if (data) { ~blah blah
  async function updateBurnLevel() {
    const { data, error } = await supabaseClient
      .from('users_vocabulary')
      .select('burn_level')
      .eq('A', wordIDs[Math.floor(sliver / 2)])
      .eq('B', session.user.id);
    console.log(data);
    if (data) { ~blah blah

is giving me the above error. Is there a problem with chaining .eq like this?
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

No 'apikey' request header or url param was found."
SupabaseSSupabase / help-and-questions
3y ago
{"message":"No API key found in request","hint":"No `apikey` request header or url param was found."
SupabaseSSupabase / help-and-questions
4mo ago
Error: No api key request header or url param was found
SupabaseSSupabase / help-and-questions
3y ago
No API key found in request.
SupabaseSSupabase / help-and-questions
2mo ago