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
Although there is data present (rows with that field
P.S: RLS is configured perfectly.
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.
