Nico Domino
Nico Domino
So Prisma's just shipped an update that handles htis a bit more gracefully. Can you give `@prisma/[email protected]` a try? > Right now I've skipped middleware check if the user is...
Yeah so you also can't be doing any database actions in the middleware which is happening due to the fact that yuo've got the database session strategy selected. If yuo...
> any one solve this issue > [auth][error] AdapterError: Read more at https://errors.authjs.dev#adaptererror > [auth][cause]: PrismaClientValidationError: > Invalid `prisma.account.create()` invocation: Sounds like an issue with your prisma data. Are you...
Prisma posted about new edge support in preview in `5.11.0+` https://www.prisma.io/blog/prisma-orm-support-for-edge-functions-is-now-in-preview
Can I provide any further info? Running into this as well
@zhihengGet I don't know if something old is cached, but it seems to be working again for me under `next.64`. Let me know if its working for you there as...
Hmm interesting. @balazsorban44 it looks like Next.js itself just types this as `unknown` actually. Should we switch to that? Save ourselves some potential future trouble? See: https://github.com/vercel/next.js/blob/canary/packages/next/src/server/future/route-modules/app-route/module.ts#L81-L91 PR which updated...
Hey thanks for this! Can you double check our "Adding your own adapter" [guidelines](https://authjs.dev/guides/adapters/creating-a-database-adapter#official-adapter-guidelines) and make sure everything is okay? :pray:
Hey @yusa-imit, thanks for this, sorry for the late response! Would you still like to get this merged? If so, please check out the merge conflict and take a look...
Hey folks, we recently shipped a new docs site which includes a guides page on customizing existing providers and writing new ones for v5: https://authjs.dev/guides/configuring-oauth-providers I hope this and the...