PrismaClientValidationError
Invalid
I am utilizing the latest version of BetterAuth and using the prisma adaptor from
How do I resolve this to ensure it is able to properly update the session? Currently, when this error triggers, I just manually go into devtools and delete the cookie (effectively signing me out)
prisma.session.update() invocationI am utilizing the latest version of BetterAuth and using the prisma adaptor from
better-auth/adaptors/prisma and my db is postgresql. I am able to sign up and sign in just fine. However, when the current session needs to be updated, I get the following error. It appears it is trying to use the token for the lookup, but the error seems to indicate the call should be using id instead. My session schema is like this:How do I resolve this to ensure it is able to properly update the session? Currently, when this error triggers, I just manually go into devtools and delete the cookie (effectively signing me out)



