-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PANIC: called Option::unwrap()
on a None
value in query-engine/core/src/query_document/parser.rs:250:87
#11263
Comments
Hello! Can you please provide a minimal reproduction for the above crash? Unfortunately the automatically collected information in the issue does not give us much to go with here - we will need a bit more information. What were you doing? Can you share the code and schema that was active? |
The error comes from the execution of any query after executing the 'userByAddress' function (when it does not find anything).
After execution any query afterward:
|
3.15 will ship a change that returns a structured error instead of a panic. |
Hi Prisma Team! My Prisma Client just crashed. This is the report:
Versions
Logs
Client Snippet
Schema
Prisma Engine Query
The text was updated successfully, but these errors were encountered: