I'm getting an eror using it with Nextjs ⨯ ReferenceError: Cannot access 'UserWhereInputSchemaObject' before initialization #10
Unanswered
GerardPolloRebozado
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this code
Where im tryng to validate the body when registering but I get the error:
⨯ ReferenceError: Cannot access 'UserWhereInputSchemaObject' before initialization
I thought it was tsconfig.json problem so added to the include: "prisma/generated/schemas/*.ts", but still same error.
Has anyone had same issue?
Beta Was this translation helpful? Give feedback.
All reactions