NextAuth + DiscordProvider
I feel like I might be going about my setup wrong, but just wanted to check in. I basically want a bunch of users that are purely based on Discord accounts, and then to use their data for my Discord dashboard.
Here is my prisma user schema (rest are default)
The error I am getting is
But can I disable this somehow?? I am overriding the signIn function so I presumed that would do it:
Any ideas? This setup works fine as the database has the user ID in it fine, but its just that this is now giving me that above error. Plus, is this the best way to handle this? Seems a bit convuluted.
Thanks!
Here is my prisma user schema (rest are default)
The error I am getting is
But can I disable this somehow?? I am overriding the signIn function so I presumed that would do it:
Any ideas? This setup works fine as the database has the user ID in it fine, but its just that this is now giving me that above error. Plus, is this the best way to handle this? Seems a bit convuluted.
Thanks!
