#ASK Why i got this error when inserting data ???...
# off-topic
b
#ASK Why i got this error when inserting data ????
Copy code
"new row violates row-level security policy for table \"category\""
status: 403
s
This would be because you have row level security turned on on that table and the data you are inserting isn't passing the RLS policy
b
So how to passing it??? I should creating my own policies????? I have reading this article already, but i still didn't understand how to pass the RLS policty : https://supabase.io/docs/learn/auth-deep-dive/auth-row-level-security So i disabled my RLS which make it working right now.......
ah solved, i understand what does RLS means right now and how to make it. Thanks for help