createAuthClient ignoring base URL
I'am running next js app on localhost:3000 and my auth server on localhost:4000. When I call
This is my auth client setup:
I am on v1.1.14 both client and sercer
authClient.signUp.email method this is the request URL: http://localhost:3000/api/auth/sign-up/emailThis is my auth client setup:
I am on v1.1.14 both client and sercer