prisma-queue icon indicating copy to clipboard operation
prisma-queue copied to clipboard

error when used on edge

Open hyusetiawan opened this issue 9 months ago • 0 comments

because of edge deployment, and i am using dmmf generated separately from Prisma, the dmmf does not exist immediately so it throws this:

7:19:47 PM [vite] Internal server error: Did not foudn model=QueueJob in Prisma.dmmf!

do you think it's possible to define the table name as a config instead? If not, accept a dmmf separately?

hyusetiawan avatar Apr 02 '25 02:04 hyusetiawan