-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session not working in nextjs 15 #884
Comments
Taking a look! |
Reproduced and we're working on a fix. |
2 tasks
hey @rutmus as a workaround to this issue - you can use
|
@asafshen any update on the work here? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been trying to use the session to access the jwt props but it seems to not work well due to incompatibilities with next 15
I saw you've already referenced this but I think that you will need to change the session to async or export sessionPromise in addition to make next 15 happy
descope-js/packages/sdks/nextjs-sdk/src/server/session.ts
Line 28 in 656acd8
The text was updated successfully, but these errors were encountered: