RPC function not working but no error is returned.
So I have my RPC function in supabase Database Functions. It was working at the first time but now for some reason it stopped working. My function have
row_id integer
row_id integer
argument:
update images set likes = likes + 1 where id = row_id;
update images set likes = likes + 1 where id = row_id;
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.