From 2b448344b40db0775b6a5c3ddba71739999fae4f Mon Sep 17 00:00:00 2001 From: marcadrian-it Date: Wed, 8 Nov 2023 03:24:22 +0100 Subject: [PATCH 1/2] fix(nextjs): Removes the dot that breaks the link to the docs --- packages/nextjs/src/server/errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nextjs/src/server/errors.ts b/packages/nextjs/src/server/errors.ts index 88cd3d40098..0948c25e79e 100644 --- a/packages/nextjs/src/server/errors.ts +++ b/packages/nextjs/src/server/errors.ts @@ -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/get-started-with-nextjs `; export const clockSkewDetected = (verifyMessage: string) => From 7b4ddc2145dfe0ff5b3da55cebdde2820a241bc3 Mon Sep 17 00:00:00 2001 From: Nikos Douvlis Date: Wed, 8 Nov 2023 06:04:33 +0200 Subject: [PATCH 2/2] Create honest-onions-work.md --- .changeset/honest-onions-work.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/honest-onions-work.md diff --git a/.changeset/honest-onions-work.md b/.changeset/honest-onions-work.md new file mode 100644 index 00000000000..264b9f2aa06 --- /dev/null +++ b/.changeset/honest-onions-work.md @@ -0,0 +1,5 @@ +--- +"@clerk/nextjs": patch +--- + +Fixes the docs link pointing to clerk.com/docs in the `authAuthHeaderMissing` error by removing the trailing `.`