vercel / platforms

A full-stack Next.js app with multi-tenancy and custom domain support. Built with Next.js App Router and the Vercel Domains API.
https://app.vercel.pub
5.62k stars 735 forks source link

Added @db.Text to prisma schema account model #351

Open peiris opened 10 months ago

peiris commented 10 months ago

Added @db.Text to prisma schema Account model's refresh_token, access_token, and id_token to support NextAuth's Google provider callback's account creation.

Without @db.Text, platform skips the creation of a record in the accounts table for the user resulting OAuthAccountNotLinked error.

vercel[bot] commented 10 months ago

@peiris is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.