Skip to content

Commit

Permalink
chore(nextjs): Fix quickstarts link in error msg (#2354)
Browse files Browse the repository at this point in the history
* chore(nextjs): Fix quickstarts link in error msg

* fix(nextjs): Fix broken link due to `.` suffix
  • Loading branch information
dimkl committed Dec 14, 2023
1 parent ff2fb69 commit e47c115
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/polite-mice-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/nextjs': patch
---

Update NextJS quickstart link in error message
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/get-started-with-nextjs.
For more details, see https://clerk.com/docs/quickstarts/nextjs
`;

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

0 comments on commit e47c115

Please sign in to comment.