I've set up clerk (core v2) with next-on
I've set up clerk (core v2) with next-on-pages for tRPC authorization.
I'm using the clerk middleware:
and creating a tRPC context like this:
but i'm constantly getting this error message in my tRPC requests:
anyone had this issue before? Any ideas on how to debug? Any thoughts at all?
I'd be really grateful!
1 Reply
I managed to get it running by reverting to the old middleware (which is deprecated)
Some other day, I will give it a shot again!