SupabaseS
Supabase2y ago
loup

duplicate key value violates unique constraint Key (id)=(5)

Okay Im becoming crazy ahah, in multiple table, when I delete some row and after reupload data, im getting this error :
 duplicate key value violates unique constraint "tmdb_collection_translations_pkey"
DETAIL:  Key (id)=(5) already exists.


That doesnt make sense because the id should automatically set...

Im using Supabase self hosted btw
Was this page helpful?