Middleware not working on live deployment
Unanswered
Capelin posted this in #help-forum
CapelinOP
Hello!
My middleware like:
Works on localhost but not on deployment, any ideas why that might be so?
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?