[SOLVED] No api key found - despite having api key in params
I'm trying to create twitter authentication with supabase. I
.env
index.js
utils/supabaseClient.js
console.log both of the .env params and they did show up. So i'm not sure why I'm getting the error {"message":"No API key found in request","hint":"No apikey request header or url param was found."} when I try to authenticate with Twitter. .env
index.js
utils/supabaseClient.js