No response for generic oauth api
I am using nestjs, prisma and nestjs, was implementing custom OAuth but when I hit the api I never get any response from the api /auth/sign-in/oauth2. Where do I start debugging?
const { data, error } = await authClient.signIn.oauth2({
providerId: "provider-id"
});