rice
BABetter Auth
•Created by rice on 3/31/2025 in #help
How to Force Email-OTP Plugin to Use Redis Instead of PostgreSQL
In my Next.js project, I'm using the
Also, how can I ensure that sessions data is using Redis? Is there a specific config I need to set to enforce this?
email-otp
plugin for authentication. The primary database is PostgreSQL, and Redis is set up as a secondary storage. I assumed that sessions and OTP verification would be handled through Redis.
However, when attempting to send an OTP, I get this error:
This implies the plugin is trying to access a verification
table in PostgreSQL, which doesn’t exist. I want OTP verification to go through Redis instead.
Is it possible to handle verification via Redis, or does it have to use PostgreSQL?Also, how can I ensure that sessions data is using Redis? Is there a specific config I need to set to enforce this?
3 replies