Has anyone run into this error when using prisma1 ...
# orm-help
i
Has anyone run into this error when using prisma1 import: Failure inserting into relationtable _CodeToObj with ids StringIdGCValue(cjtflw2ilq6qp08799l21x89r) and StringIdGCValue(cjtfly6jxroq50879hp2avno8). Cause: duplicate key value violates unique constraint “_CodeToObj_AB_unique”\n Detail: Key (“A”, “B”)=(cjtflw2biq6ni08798alm3tyl, cjtflwoqeqlnj0879ijz8xb29) already exists. https://github.com/prisma/prisma1/issues/4216 Removing the .import seems to be the only working solution but we don’t have a .import folder.
r
Let me check.