-
Couldn't load subscription status.
- Fork 92
Next Auth Middleware on netlify #2410
Unanswered
alkhatabwedatalla
asked this question in
Q&A
-
Hello everyone
I'm using next 13 and next auth 4.24.
I have this middleware to protect some pages on my project it works well on my local but when I deploy it to Netlify it keeps redirecting me to the sign-in page even if I log in, just for the protected page for the other pages it works well.
notes: I'm using the src directory
export { default } from "next-auth/middleware"; export const config = { matcher: ["/guides/tap-to-pay-on-iphone"] };
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment