#Prisma setting up session-store

2 messages · Page 1 of 1 (latest)

tropic moat
#

I'm tryna setup the session-store in prisma but I have problems, to do so. I was trying to research that how I should do that and I found a package and I'm trying to implement that. The package is this: https://www.npmjs.com/package/@mazzlabs/prisma-session-store-fix
And the problem I'm having is no the photo. Thanks! 🙂

versed mulch
#

You need a model named Session in your schema file. Do you have it? And did you run prisma generate afterwards (and then restarted typescript language server)?