Hey everyone, Does anyone have an idea as to why t...
# orm-help
y
Hey everyone, Does anyone have an idea as to why this is happening https://github.com/prisma/prisma/issues/9795 We can't launch because of that.
r
@Yassine 👋 Are you passing all the required values?
y
Yep, but even if I'm not, it should just throw an error and not crash the whole app.
r
Could you try it on a clean project with your current Prisma version? It seems that either the data you’re passing is missing or the data for that specific not null column is missing from the database.
y
Okey i will retry, and log everything, and reproduce the issue.
👍 1