P1017 Server has closed the connection during seed in deploy pipeline only

my prisma seed.ts file works fine locally, also on github when its run before vitest. However, in the deploy stage, it fails. This is a npx prisma migrate release_command. Standard blues stack setup otherwise.

2024-11-12T21:25:27Z Invalid `prisma.word.createMany()` invocation:
2024-11-12T21:25:27Z Server has closed the connection.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.