AllDaeEveryDae
AllDaeEveryDae
BABetter Auth
Created by AllDaeEveryDae on 2/23/2025 in #help
Session is null
I'm trying to access the session on the client side and it keeps returning null when I'm trying to access with email and password. The session shows up in my database and everything. I'm just stumped since i followed the documentation and everything ``` export const auth = betterAuth({ database: drizzleAdapter(db, { provider: "pg", schema }), plugins: [ nextCookies() ], emailAndPassword: { enabled: true, async sendResetPassword(data, request) { // Implement reset later } }, })
4 replies