Cannot upload files to supabase storage
I want to upload image to supabase storage from trpc but im getting Unauthorized error even though ive created policy for anon users (as im using next auth)

1 Reply
{
statusCode: '403',
error: 'Unauthorized',
message: 'new row violates row-level security policy'
}
error code