getting 'ERROR: 42501: must be owner of table objects', even tho i creaetd the project myself

i just creaetd this project and this error keeps showing up when i try to create policies for a storage bucket trhough the sql editor. i tried using the dashboard but it doesnt show any button for creating a bucket at all.
1 Reply
garyaustin
garyaustin4h ago
You don't have permission to alter storage tables in Supabase. But you should be able to add policies and insert rows. Are you using the SQL editor to do this or the Storage tab in the dashboard. Do you do an alter on the table to try and enable RLS? RLS is enabled by default.

Did you find this page helpful?