SupabaseS
Supabase12mo ago
static

Supabase query not returning anything despite RLS being true

How come my supabase query is returning [] despite I have my RLS policy set as true, just for testing purposes?
const { data, error } = await supabase.from("subscriptions").select("*");
console.log(data, error);
image.png
Was this page helpful?