🔴 middleware export { default } from "next-auth/middleware"; not working #8663
Unanswered
stevenFrozt
asked this question in
Help
Replies: 1 comment
-
I have the same problem. Do you have any solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I wanted to protect all the pages using export { default } from "next-auth/middleware";
im using:
/middleware.ts
/middleware.ts
/app/api/auth/[...nextauth]/route.ts
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions