timjacksonm / Toss-Up

A would you rather question app. Questions generated using AI technology
https://toss-up.vercel.app
2 stars 1 forks source link

Next-Auth Prisma Adapter Error #19

Closed timjacksonm closed 1 year ago

timjacksonm commented 1 year ago

'p.account.findUnique() invocation in ....

Screenshot from 2023-02-18 23-15-27

From fresh clone / install. Trying to login to Google OAuth giving this error. Seems to be related to Prisma Adapater.

timjacksonm commented 1 year ago

Figured out the issue was not having the database name at the end of the mongodb connection string. mongodb://USERNAME:PASSWORD@HOST:PORT/DATABASE

Added example in (#25 ) PR