Supabase table editor internal errors after AI assistant security invoker revert on a view
I made some changes with the supabase AI assistant, and tl;dr is that my users table is working but in the table editor, completely malfunctional.
I have a users table, with a public view for the non-private detail that needs to be visible to anon users.
I created this view with the following SQL provided below:
This was my first time using a view instead of just tables, and after running this, there was a button which prompted me to enable the security invoker, an autofix. I clicked this, which broke most of my code, so I asked the supabase AI assistant to revert it, which it 'succesfully did'. However, this makes the users table page inoperable.
I have a users table, with a public view for the non-private detail that needs to be visible to anon users.
I created this view with the following SQL provided below:
This was my first time using a view instead of just tables, and after running this, there was a button which prompted me to enable the security invoker, an autofix. I clicked this, which broke most of my code, so I asked the supabase AI assistant to revert it, which it 'succesfully did'. However, this makes the users table page inoperable.