David A. Black
12/24/2021, 9:39 AMlib/utils.js file that uses prisma client, and utils are used in a getServerSideProps. I’m doing the global prisma client technique. But I have to import prisma in the page, not the utils file. And I get the browser-running error unless I simply refer to prisma in the getServerSideProps. So I literally have a line that looks like: var thisPreventsThePrismaClientError = prisma