{"message":"No API key found in request","hint":"No `apikey` request header or url param was found."
Hi I want to insert a new record using const { data: userInsertDataLogin3, error: userInsertErrorLogin3 } = await supabase .from('gregoro_wallet_security_questions') .insert({ }) but always get response error {"message":"No API key found in request","hint":"No
apikey
apikey
request header or url param was found."
I have used same method in another submit function but for this moment it does not work
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.