Verifying / parsing received token from clerk auth doesn’t work
I’m using clerkClient()
as a function so not sure why that error is still there.
Don’t understand the Response body object should not be disturbed or locked
message at all. Bearer token is definitely being sent to the graph (running directly in nextjs).
I am using the app router; all this is running on localhost and was working fine with a dummy user
object (i.e. not attempt to use incoming token), until I started trying to send a real token through today.
Verifying / parsing received token from clerk auth doesn’t work
I’m using clerkClient()
as a function so not sure why that error is still there.
Don’t understand the Response body object should not be disturbed or locked
message at all. Bearer token is definitely being sent to the graph (running directly in nextjs).
I am using the app router; all this is running on localhost and was working fine with a dummy user
object (i.e. not attempt to use incoming token), until I started trying to send a real token through today.