Replies: 2 comments 3 replies
-
I follow all steps (with Redis), but when I send a request on /register, I received this message:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @PHDiniiz! 👋🏻 I am not sure I got what you mean by "Redis is used instead of Database", but you can use Prisma with our community provider (adonis-prisma). However, I would recommend using Lucid and an SQL database instead of relying on MongoDB for your primary database. Also, the error shown means |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to use Adonis with Prisma and perform the login and registration process via MongoDB? I watched the AdonisJS Authentication with Prisma video where it shows the integration of Prisma with MongoDB, however, Redis is used instead of Database. I would like to know if anyone has already managed to use it or if there is a simple boilerplate that performs this function. Could anyone help me with this? Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions