React Hook form not submitting login credentials next auth
The problem here is that when i try to login with email and password,I dont see any request on the network in the browser.I tried the same pattern with server action of next js 14 .It works but it does not work with next auth. export type InputsSignIn = z.infer<typeof userSchema>; export const SigninForm = … Read more