clerk-nextjs-app-quickstart
clerk-nextjs-app-quickstart copied to clipboard
The official companion repo for Clerk's Next.js Quickstart using the app router
Attempted import error: 'clerkMiddleware' is not exported from '@clerk/nextjs' (imported as 'clerkMiddleware'). ⚠ Fast Refresh had to perform a full reload due to a runtime error. ⨯ middleware.tsx (3:1) @...
It only stops once I remove the middle-wear
# Operation Procedure - Working from the following commit hash - https://github.com/clerk/clerk-nextjs-app-quickstart/commit/42564b7104019ca50c64527f1abeaa82ad30ad33 - Rewrite .env.local ```sh NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_hogehoge_mykey CLERK_SECRET_KEY=sk_test_fugafuga_my_secret_key ``` next.config.js ```js /** @type {import('next').NextConfig} */ const nextConfig = { logging:...
error: Attempt to export a nullable value for "TextDecoderStream" at defineProperties (/Users/arielfogel/Downloads/clerk-nextjs-app-quickstart/node_modules/next/dist/compiled/edge-runtime/index.js:1:711758) at addPrimitives (/Users/arielfogel/Downloads/clerk-nextjs-app-quickstart/node_modules/next/dist/compiled/edge-runtime/index.js:1:710442) at extend (/Users/arielfogel/Downloads/clerk-nextjs-app-quickstart/node_modules/next/dist/compiled/edge-runtime/index.js:1:705225) at new VM (/Users/arielfogel/Downloads/clerk-nextjs-app-quickstart/node_modules/next/dist/compiled/edge-runtime/index.js:1:712552) at new EdgeVM (/Users/arielfogel/Downloads/clerk-nextjs-app-quickstart/node_modules/next/dist/compiled/edge-runtime/index.js:1:705155) at /Users/arielfogel/Downloads/clerk-nextjs-app-quickstart/node_modules/next/dist/server/web/sandbox/context.js:208:38 at processTicksAndRejections...
## Changes - See Linear task for more details behind the quickstart changes. - Bumped `@clerk/nextjs` version ## Links Linear task: https://linear.app/clerk/issue/GROW-610/create-next-app-template-for-clerk-quickstart ## Testing checkout this branch ``` git checkout...