SoSweetHam
BABetter Auth
•Created by SoSweetHam on 4/1/2025 in #help
Password not updating on resetPassword
Hi,
I have been trying out better-auth with Elysia + SurrealDB (W/ Featured Community Adapter on Better Auth Site) + SvelteKit (SSG-only) and so far everything has worked out but I have started to face a weird issue related to the forget/reset password flow that I haven't been able to exactly pin down.
I have been able to reach at the point where I am able to redirect the user to a proper page to reset the password, where I have them fill out a form, which when submitted, calls
authClient.resetPassword
which returns a {status: true}
res (and no error)
But the password hash, does not update in the db.
The worst part is that there are no errors, and it's really making it difficult for me to track down the issue.
I am trying this out without any email verification implementation currently, although I don't think this should effect that.
The project is basically a way for me to explore new tech rn and is open source,
https://github.com/sosweetham/anime-api/blob/main/apps/api/src/libs/auth/auth.ts
I am sure it might help reproduce the issue.41 replies