CORS error on social auth

Hi im getting this error while i trying of use the social sign in idk if its about the next configuration or something about better auth
No description
No description
4 Replies
Ping
Ping3mo ago
Did you make sure to add your domain to your trustedOrigins list on your betterAuth instance?
export const auth = betterAuth({
trustedOrigins: ["YOUR_DOMAIN.COM"],
})
export const auth = betterAuth({
trustedOrigins: ["YOUR_DOMAIN.COM"],
})
Duccem
DuccemOP3mo ago
Thanks this helped me
Duccem
DuccemOP3mo ago
Other qustion, its started to give me this error
No description
Duccem
DuccemOP3mo ago
@Ping any idea of whats happening?

Did you find this page helpful?