Row level security; data returns null with join query
I have RLS on order and user table.
And I fetch the orders as a cafe owner using
The user property always return null but when I disable RLS on user table, I get the user data
And I fetch the orders as a cafe owner using
The user property always return null but when I disable RLS on user table, I get the user data
