next-auth error, POST /api/auth/callback/credentials 401
Unanswered
Virginia's Warbler posted this in #help-forum
Virginia's WarblerOP
Im using
I attached relevant source code.
Please help
"next-auth": "^4.24.7"I attached relevant source code.
Please help
2 Replies
Virginia's WarblerOP
PS: I am mostly following this tutorial https://www.youtube.com/watch?v=v6TPcU23wP8 . Only major difference being the tutor used Vercel Postgres and Im just using Node's mysql
Virginia's WarblerOP
Never mind. I found out. I need to
await the db access in the authorize function