This is full log:
- event [next-runtime-env] read environment variables prefixed with 'NEXTPUBLIC' from process.env.
- ready [next-runtime-env] wrote browser runtime environment variables to '/app/apps/viewer/public/__ENV.js'.
β² Next.js 14.0.3
- Local: http://localhost:3000
- Network: http://0.0.0.0:3000
β Ready in 499ms
PrismaClientKnownRequestError:
Invalid
prisma.typebot.findUnique()
invocation:
The column
Typebot.riskLevel
does not exist in the current database.
at zr.handleRequestError (/app/node_modules/.pnpm/@prisma+client@5.0.0_prisma@5.0.0/node_modules/@prisma/client/runtime/library.js:122:8308)
at zr.handleAndLogRequestError (/app/node_modules/.pnpm/@prisma+client@5.0.0_prisma@5.0.0/node_modules/@prisma/client/runtime/library.js:122:7697)
at zr.request (/app/node_modules/.pnpm/@prisma+client@5.0.0_prisma@5.0.0/node_modules/@prisma/client/runtime/library.js:122:7307)
at async T (/app/apps/viewer/.next/server/pages/api/typebots/[typebotId]/blocks/[blockId]/executeWebhook.js:1:1393) {
code: 'P2022',
clientVersion: '5.0.0',
meta: { column: 'Typebot.riskLevel' }
}