Next.js Discord

Discord Forum

next auth middleware not working in nextjs 13.4.4

Unanswered
White-tailed Ptarmigan posted this in #help-forum
Open in Discord
White-tailed PtarmiganOP
middleware.ts not woking while user is logged out?
export { default } from "next-auth/middleware"

export const config = { matcher: ["/"] }

3 Replies

Rhinelander
@White-tailed Ptarmigan did you find any solution, I'm facing the same issue
White-tailed PtarmiganOP
Just read the documentation of middleware file that is provided by nextjs
White-tailed PtarmiganOP
You will get all your answers