You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you implement NextAuth with prisma adapter. it seems like there is user object is created along with account but when i do the same, only account is created, no user
here accout is created.
but no user.
When you implement NextAuth with prisma adapter. it seems like there is user object is created along with account but when i do the same, only account is created, no user


here accout is created.
but no user.