Email provider errors out. #3785
-
See #3781 , I have no clue why my issue was closed but I guess I'll go here. Pasted from issue: Description 🐜Using the process provided in the docs (and adding
Is this a bug in your own project?Yes How to reproduce ☕️
to EmailProvider({
server: process.env.EMAIL_SERVER,
from: process.env.EMAIL_FROM
}) to Screenshots / Logs 📽Environment 🖥
Contributing 🙌🏽No, I am afraid I cannot help regarding this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The error is very undescriptive, but the reason it shows is because you don't have a database connected to store the verification codes. I solved the error by using the prisma adaptor, and connecting a database. This is in the docs here. |
Beta Was this translation helpful? Give feedback.
The error is very undescriptive, but the reason it shows is because you don't have a database connected to store the verification codes. I solved the error by using the prisma adaptor, and connecting a database. This is in the docs here.