Javascript – Next Auth – the signIn function always returns a status of 200
I am creating my own login page in Next Auth and I have encountered a problem. After submitting the form, I check if the data is correct. If it is, I send JWT and redirect to /dashboard - it works…