Join Discord
Powered by
Anyone else try Storage - Upsert and have issues? ...
# help
d
dommarr
08/19/2021, 7:39 PM
Anyone else try Storage - Upsert and have issues? Inserts work, but I get the following error when trying to replace existing image... "duplicate key value violates unique constraint"
j
jason-lynx
08/20/2021, 4:04 AM
did you specify the
onConflict
param?
https://supabase.io/docs/reference/javascript/upsert#upserting-into-tables-with-constraints
d
dommarr
08/20/2021, 2:50 PM
I'm an idiot and just needed to update supabase-js. Thanks anyway!
Previous
Next