We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6063f78 commit 3cefee9Copy full SHA for 3cefee9
packages/nextjs/src/server/errors.ts
@@ -36,7 +36,7 @@ export const authAuthHeaderMissing = (helperName = 'auth') =>
36
- Your Middleware matcher is configured to match this route or page.
37
- If you are using the src directory, make sure the Middleware file is inside of it.
38
39
-For more details, see https://clerk.com/docs/quickstarts/get-started-with-nextjs
+For more details, see https://clerk.com/docs/quickstarts/nextjs.
40
`;
41
42
export const clockSkewDetected = (verifyMessage: string) =>
0 commit comments