You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For additional information about middleware, please visit https://clerk.com/docs/nextjs/middleware
96
96
(This log only appears in development mode, or if \`debug: true\` is passed to authMiddleware)`;
97
97
};
98
+
99
+
exportconstauthSignatureInvalid=`Clerk: Unable to verify request, this usually means the Clerk middleware did not run. Ensure Clerk's middleware is properly integrated and matches the current route. For more information, see: https://clerk.com/docs/nextjs/middleware. (code=auth_signature_invalid)`;
0 commit comments