Next.js Discord

Discord Forum

Next-Auth OAuth with custom table

Unanswered
Pacific herring posted this in #help-forum
Open in Discord
Pacific herringOP
Hello, Im having some trouble making my auth system work with OAuth. I have these tables (see attachment).
My login, signup, email verification, resetpassword are working but not the OAuth. As I have custom name (like auth_account instead of Account, and auth instead of User) for my table, is it the problem ? Thx for ur help !

2 Replies

Pacific herringOP
I guess the problem come from the Prisma Adapter
But that means I have to remake the entire adapter myself that sound hard (for me)