Error when using clerk getAuth from UploadThing routes
Dear All, I'm having problem using clerk and uploadthing.
NextJs: version 13.4.4
React:18.2.0
Uploadthing:5.2.1
Typescript:5.1.6
And using the pages router of nextjs.
I tried to isolate the issue as such:
I have the uploadthing endpoint and a dummy enpoint using both clerck
dummy.ts
`
uploadthing.ts
NextJs: version 13.4.4
React:18.2.0
Uploadthing:5.2.1
Typescript:5.1.6
And using the pages router of nextjs.
I tried to isolate the issue as such:
I have the uploadthing endpoint and a dummy enpoint using both clerck
getAuth(req).dummy.ts
`
uploadthing.ts


