Next.js Discord

Discord Forum

next-auth custom pages

Unanswered
Horned oak gall posted this in #help-forum
Open in Discord
Horned oak gallOP
I'm trying to set up a custom login page but whenever i go to a page i get "API handler should not return a value, received object."

export { default } from "next-auth/middleware";


pages: {
    signIn: "/login",
  },

0 Replies