@Yassine 👋
Are you passing all the required values?
y
Yassine
10/18/2021, 1:47 PM
Yep, but even if I'm not, it should just throw an error and not crash the whole app.
r
Ryan
10/18/2021, 1:58 PM
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
Yassine
10/18/2021, 2:07 PM
Okey i will retry, and log everything, and reproduce the issue.