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
Ryan
07/30/2021, 6:59 AM
@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.