Property 'sessionClaims' does not exist on type 'Promise<ClerkMiddlewareAuthObject>'.ts(2339) #4519
Replies: 2 comments 1 reply
-
import { clerkMiddleware, createRouteMatcher } from '@clerk/nextjs/server'; `export default clerkMiddleware(async (auth, req) => {
});` |
Beta Was this translation helpful? Give feedback.
1 reply
-
If this is still an issue, open it with clerk support please! |
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
-
Property 'sessionClaims' does not exist on type 'Promise'.ts(2339) on Next Js v15
Beta Was this translation helpful? Give feedback.
All reactions