Replies: 1 comment
-
When I try to update, I get an error like 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
-
Introduction
I'm currently trying to create a sample app for an EC site.
So, I wrote code to redirect if a session exists, but the session remains null forever and it doesn't work properly even though I use
getServerSession
.I am in deep trouble and cannot move on as things stand, so I am desperately asking for help.
Will this library not work properly if Next.js version is 15 or higher?
※ I use Next.js 15.1.3.
auth.ts
app/api/auth/[...nextauth]/route.ts
app/(guest_routes)/layout.tsx
Thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions