RPC function doesn't work
I want my function to append a new value to existing array stored in cached column (type: textarray). So I wanted to append it based on user_id. Tried to check logs but didn't find any errors. Guys, could you help me please?

1 Reply
Idk much about SQL as i started using it recently because of supabase.
does the function work in the sql editor?
I usually test them there before running in my js code