Skip to content

Commit ce8c683

Browse files
committed
chore(nextjs): Fix quickstarts link in error msg
1 parent 889cebc commit ce8c683

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/silent-comics-roll.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)