Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Next Auth Middleware on netlify #2410

Unanswered
alkhatabwedatalla asked this question in Q&A
Discussion options

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"] };
You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /