Hello everyone, I'm having an issue while importing/exporting data from a prisma-dev service to a prisma-heroku (server + db)
I successfully imported the datamodel and the nodes + lists but when it comes to relations, a bunch of errors regarding missing foreign keys are thrown in the terminal (e.g. "Failure inserting into relationtable IntegrationAuth with ids StringIdGCValue(cjxucf9ksgkaf0b70omdt0lzx) and StringIdGCValue(cjxucf9kvgkag0b702uah4ssa). Cause: insert or update on table \"IntegrationAuth\" violates foreign key constraint \"IntegrationAuth_setup_fkey\"\n Detail: Key (setup)=(cjux6rrgn0rk50b22erj4sym5) is not present in table \"IntegrationSetup\".",). There are about 100 of them and then, when I look at the databrowser, all the data is there but, logically, there is no relation.
I tried several things I found on the internet and nothing seemed to work
Could someone please help me, I don't really know where to look at to solve that problem?
Thank you very much 🙂