-
Notifications
You must be signed in to change notification settings - Fork 125
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
Prisma problem after sign in #12
Comments
i get this error as well. Found any solution? |
I had the similar problem, try to use these models:
|
yess this solution worked for me thanks @DBoFury |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello there,I've got some problems with prisma after trying to sign in.It should redirect me to the /dashboard (http://localhost:3000/dashboard) but instead it redirects to a 404 page with the url of http://localhost:3000/login?callbackUrl=%2Fdashboard&error=Callback even if i have the dashboard page ready up.
Also there is a ton of errors from prisma after the sign in process such as "Invalid
prisma.account.findUnique()
invocation: {where: {
provider_providerAccountId: {
~~~~~~~~~~~~~~~~~~~~~~~~~~
providerAccountId: '....',
provider: 'google'
}
},
select: {
user: true
}
}"
I also tried to change to exact same version of prisma, as the time i was watching the video,prisma have been updated their app and I do not know how to solve this. Thanks!
The text was updated successfully, but these errors were encountered: