invalid api keys
I created new jwt keys and tried to revoke the api keys everywhere and now when I use new apikeys for eg:
const supabase = createClient(supabaseUrl, supabaseAnonKey);
where I updated supabaseAnonKey from settings > api > public anon key (also tried service key)
Its not working for email login and I get invalid api key error
const supabase = createClient(supabaseUrl, supabaseAnonKey);
where I updated supabaseAnonKey from settings > api > public anon key (also tried service key)
Its not working for email login and I get invalid api key error