RLS Update Own Profile - Denied
I am following the Public Access example in the docs to allow "User can update own profile" (https://supabase.com/docs/guides/auth/managing-user-data)
I am getting access denied for the policy:
using this update statement with the supabase js client:
any idea why? This is on a nextjs page where the user is authenticated
I am getting access denied for the policy:
using this update statement with the supabase js client:
any idea why? This is on a nextjs page where the user is authenticated


