Super weird situation that got me stuck.
I want to insert a new supabase row and it returns a 201 (see pic). Also in the logs it shows that they were successful. The table has RLS disabled.
However, no new row has been created in the table (as confirmed also by SQL queries).
I have tried every possible configuration in the Toddle API but could not make it work. When I run the SQL in the Supabase dashboard it works though.
any idea why this happens? thanks