Getting an empty array on update
Hi everyone,
I'm stuck with a weird error response from supabase.
I'm trying to update a row in an
for what I'm getting a empty array as a response:
seeing this: https://github.com/supabase/postgrest-js/issues/202,
I've verified twice the
You'll find below my RLS policy for update (same as insert and select)
Would anyone know anything about it?
Can bring further information if you need it!
I'm stuck with a weird error response from supabase.
I'm trying to update a row in an
addresses table. Here is my code:for what I'm getting a empty array as a response:
seeing this: https://github.com/supabase/postgrest-js/issues/202,
I've verified twice the
address_id exists in my table, it works well when getting or inserting the data.You'll find below my RLS policy for update (same as insert and select)
Would anyone know anything about it?
Can bring further information if you need it!

GitHub
Isomorphic JavaScript client for PostgREST. Contribute to supabase/postgrest-js development by creating an account on GitHub.