Skip to content

Commit e47c115

Browse files
authored
chore(nextjs): Fix quickstarts link in error msg (#2354)
* chore(nextjs): Fix quickstarts link in error msg * fix(nextjs): Fix broken link due to `.` suffix
1 parent ff2fb69 commit e47c115

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/polite-mice-live.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+
Update NextJS quickstart link in error message

packages/nextjs/src/server/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const authAuthHeaderMissing = (helperName = 'auth') =>
3636
- Your Middleware matcher is configured to match this route or page.
3737
- If you are using the src directory, make sure the Middleware file is inside of it.
3838
39-
For more details, see https://clerk.com/docs/quickstarts/get-started-with-nextjs.
39+
For more details, see https://clerk.com/docs/quickstarts/nextjs
4040
`;
4141

4242
export const clockSkewDetected = (verifyMessage: string) =>

0 commit comments

Comments
 (0)