4 Replies
Please read the breaking changes stated in our 1.4 release notes:
https://better-auth.com/blog/1-4
Better Auth 1.4 | Better Auth
Stateless Auth, SCIM, Optimized database queries, additional state in OAuth flows, performance improvements, SSO domain verification, and more!
I did! I changed to the new API method that I call on authClient,but it still tries to query an URL that doesn't exist? eg /auth/forget-password
that's not possible, it's likely you forgot something.
If you're calling authClient.requestPasswordReset it will 100% hit
/request-password-reset, it's not hard-coded endpoints strings under the hood on the auth-client, we infer the path based on the function name you call.indeed, might have forgotten to replace one!