Skip to content

Commit 9b84e46

Browse files
authored
Merge branch 'main' into alexcarpenter/oauth-consent-component
2 parents 54c1a0e + a5619ed commit 9b84e46

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/brown-melons-listen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/nextjs': patch
3+
---
4+
5+
Updated URL for 'auth() was called but Clerk can't detect usage of clerkMiddleware()'

packages/nextjs/src/server/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const authAuthHeaderMissing = (helperName = 'auth', prefixSteps?: string[
2626
- Your Middleware matcher is configured to match this route or page.
2727
- If you are using the src directory, make sure the Middleware file is inside of it.
2828
29-
For more details, see https://clerk.com/docs/quickstarts/nextjs
29+
For more details, see https://clerk.com/err/auth-middleware
3030
`;
3131

3232
export const authSignatureInvalid = `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/references/nextjs/clerk-middleware. (code=auth_signature_invalid)`;

0 commit comments

Comments
 (0)