stevem
stevem
BABetter Auth
Created by stevem on 4/6/2025 in #help
Redirect for first time user with social sign in
thank you!!
6 replies
BABetter Auth
Created by stevem on 4/6/2025 in #help
User Cancelling Authentication Redirects to Better Auth Error Page
ended up fixing this by adding errorURL to my betterAuth for the onAPIError property
onAPIError: {
throw: true,
onError: (error, ctx) => {
console.error("Auth error:", error);
},
errorURL: "/sign-in",
},
onAPIError: {
throw: true,
onError: (error, ctx) => {
console.error("Auth error:", error);
},
errorURL: "/sign-in",
},
8 replies
BABetter Auth
Created by stevem on 4/6/2025 in #help
User Cancelling Authentication Redirects to Better Auth Error Page
No description
8 replies
BABetter Auth
Created by stevem on 4/6/2025 in #help
User Cancelling Authentication Redirects to Better Auth Error Page
Yea everything looked fine
8 replies