NextAuth with custom server
Unanswered
Nile tilapia posted this in #help-forum
Nile tilapiaOP
i have configured next-auth using route handler /api/auth/[...nextauth]/route.ts in Next.js v14.2 App directory works perfect. Is there any solution to handle this route in custom Express server (due to hosting reason). because route handlers are disabled in custom server.