Next.js and auth.js, callbakrouteerror
js with auth.js I’m using credentials provider and I’m getting this error when deploying app in server. However in localhost there are no errors. login page looks like this ‘use client’ import { Label } from ‘@/components/ui/label’ import { Button } from ‘@/components/ui/button’ import * as z from ‘zod’ import { useForm } from ‘react-hook-form’ … Read more