Open CarrioliDante opened 12 months ago
are you able to connect with MongoDB? I can log-in but my user's log-in data is not getting saved. I have created the Clusteri but it is not working tho.
Thank you @CarrioliDante, It took me hours for this problem @@
This doesn't work. callback
means nothing, and the user is not inserted in the db. The correct way of doing it is with callbacks
, just as in the next-auth documentation, and the problem remains. Fixed #91
The problem is in api/auth/[...nextauth]/route.js
Change "callbacks" to "callback"