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
and this is my js to run it:
Response of this rpc have no error or any specific data.
Any ideas?
row_id integer argument:and this is my js to run it:
Response of this rpc have no error or any specific data.
Any ideas?