Anyone getting this error? prisma:error PANIC in q...
# orm-help
d
Anyone getting this error? prisma:error PANIC in query-engine\core\src\response_ir\internal.rs:334:86 called
Option::unwrap()
on a
None
value
r
@Dregond 👋 Could you provide more info, like on what query did this error occur and what data were you passing? It’s most likely due to passing an `undefined`/`null` value to a required field.