Error: cannot find module ‘.prisma/client/index’
Im having literally the same issue as this https://github.com/prisma/prisma/discussions/21422
Im running node 18, prisma 5.6.0
The only difference is that Im not using Vercel, but rather a self hosted kubernetes using rancher.
I can run the built docker image just fine, which I properly ran
Im running node 18, prisma 5.6.0
The only difference is that Im not using Vercel, but rather a self hosted kubernetes using rancher.
I can run the built docker image just fine, which I properly ran
prisma generate, on WSL in my machine, but it have the error mentioned on rancher. Im completely clueless on what could cause such issue.GitHub
Bug description I am using smarterasp.net for deploying my next application. I have to zip entire app(including node_modules) and extract it. I referred following official guide- link I tried deplo...