{"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 request header or url param was found."
I have used same method in another submit function but for this moment it does not work1 Reply
I have solved this problem