Theo T3 Stack Tutorial - withClerkMiddleware soon deprecated
Hi, The tutorial uses withClerkMiddleware for the middleware.ts
The old one had public routes unless specified =>
but the new one are all private unless you specify the public routes right? or am I being confused?
using this, / is public, but when doing trpc calls like the post.getAll() it returns Unauthorized, how do I fix this?
thanks
The old one had public routes unless specified =>
but the new one are all private unless you specify the public routes right? or am I being confused?
using this, / is public, but when doing trpc calls like the post.getAll() it returns Unauthorized, how do I fix this?
thanks

