Unable to insert into a table
I have this RLS on my
gis schema with a locations table.
Trying to insert with
I can't insert, - I see
Is there another level of security somewhere? I am logged into my app4 Replies
I've even tried disabling RLS on that specific table and trying to use that function again
I can read into that table
is there schema level permissions?
Are my my RLS policies not applying?
I tried
and saw
With
I see
It's like the authenticated RLS did not apply, whilst I've got extra things on my public.profile one
So you created this gis schema?
Did you grant roles to use it?
https://supabase.com/docs/guides/api/using-custom-schemas
I imagine thats it, but is there a way to do it in the GUI or is running the SQL statements the only way to do it?
SQL