Prisma enum causes maximum call stack size exceeded.
queryType on operation model is causing stack overflow when 'prisma generate' or 'prisma db push'.
So soon as I remove it and replace data type to something like String, everything's okay.
How do I fix this if not get rid of this enum?
So soon as I remove it and replace data type to something like String, everything's okay.
How do I fix this if not get rid of this enum?
