Next.js Discord

Discord Forum

Middleware not working on live deployment

Unanswered
Capelin posted this in #help-forum
Open in Discord
CapelinOP
Hello!
My middleware like:
export { default } from "next-auth/middleware";

export const config = {
  matcher: ["/dashboard/:path", "/dashboard", "/account"],
};


Works on localhost but not on deployment, any ideas why that might be so?

0 Replies