Property 'sessionClaims' does not exist on type 'Promise<ClerkMiddlewareAuthObject>'.ts(2339) #4519
Replies: 2 comments 2 replies
|
import { clerkMiddleware, createRouteMatcher } from '@clerk/nextjs/server'; `export default clerkMiddleware(async (auth, req) => { });` |
2 replies
|
If this is still an issue, open it with clerk support please! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Property 'sessionClaims' does not exist on type 'Promise'.ts(2339) on Next Js v15
All reactions