Anyone else getting this error? Clerk: auth() ... looks like you aren't using `authMiddleware`
Error: Clerk: auth() was called but it looks like you aren't using
nothing too crazy in my middleware, I did add the
authMiddleware in your middleware file. Please use authMiddleware and make sure your middleware matcher is configured correctly and it matches this route or page. See https://clerk.com/docs/quickstarts/get-started-with-nextjsnothing too crazy in my middleware, I did add the
/server in the import cause I was testing some other solutions ... however clerk and next docs do not explicitly use /server in their middleware.tsLearn how to use Clerk to quickly and easily add secure authentication and user management to your Next.js application. Clerk works seamlessly on both client side and server side components.
