prisma / blogr-nextjs-prisma

107 stars 82 forks source link

Property 'prisma' does not exist on type 'Global & typeof globalThis'.ts(2339) #8

Open md186 opened 3 years ago

md186 commented 3 years ago

Hello there,

im following your guide here and learn a lot: https://vercel.com/guides/nextjs-prisma-postgres

Of course I'm using newest next.js version and I ran into an issue here in the prisma.ts file: Property 'prisma' does not exist on type 'Global & typeof globalThis'.ts(2339).

Also I'm not seeing my created post on the front page.

How to fix this? (Im new to next.js excuse me please if It's a really simple question)

sunkeunchoi commented 3 years ago

https://github.com/nextauthjs/next-auth/issues/824#issuecomment-739050332

This removes error

ghost commented 2 years ago

Hi @md186, this issue has a best practice to fix it, see the reference here.

TimPietrusky commented 1 year ago

Hi @md186, this issue has a best practice to fix it, see the reference here.

Thanks, that worked for me!