Skip to content

Commit

Permalink
fix(nextjs): Fix broken link due to . suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl committed Dec 14, 2023
1 parent 5b13701 commit 8049b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/src/server/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const authAuthHeaderMissing = (helperName = 'auth') =>
- Your Middleware matcher is configured to match this route or page.
- If you are using the src directory, make sure the Middleware file is inside of it.
For more details, see https://clerk.com/docs/quickstarts/nextjs.
For more details, see https://clerk.com/docs/quickstarts/nextjs
`;

export const clockSkewDetected = (verifyMessage: string) =>
Expand Down

0 comments on commit 8049b3d

Please sign in to comment.