Cannot retrieve/read correct data

I was trying to get the data with a filter (eq) using JS library of supabase.

I was trying to retrieve a field which should contain an array of strings and I was trying to get where that is EMPTY / null .

Although there is data present (rows with that field NULL) it is not returning anything and simply giving NULL.

P.S: RLS is configured perfectly.
Screenshot_2023-12-30_at_7.40.21_PM.png
Was this page helpful?