Could not find a relationship between 'lists' and 'creator'
I'm getting this error when trying to query a foreign table. Using
Does the
Thanks!
.select("*, creator(*)"), with creator being a foreign key to auth.users.id.Does the
auth.users table have RLS or something?Thanks!