Google O Auth

Hello, hen i try signIn with social it dont redirect me to the google.. Why ?

  async function LoginOAuth(provider: "google" | "discord") {
    console.log(provider);
    const data = await authClient.signIn.social({
      provider,
    });

    console.log(data);
  }



It just return HTML
Was this page helpful?