reset-password not working with email link
Hi,
For some reason, my reset password email is not working - I have this code:
in the email link I see
404 and no redirect to the frontend. I did the same for email verification and that works fine
Interestingly enough I can hit the endpoint directly through the openapi spec. I am using this guide:
https://better-auth-ui.com/components/email-template
Am I missing something?
For some reason, my reset password email is not working - I have this code:
in the email link I see
http://localhost:8080/api/auth/reset-password/redacted_token?callbackURL=/reset-password but when i click the button I get a404 and no redirect to the frontend. I did the same for email verification and that works fine
Interestingly enough I can hit the endpoint directly through the openapi spec. I am using this guide:
https://better-auth-ui.com/components/email-template
Am I missing something?

Better Auth UI
UI components for the most comprehensive authentication library for TypeScript.
