AgeeA
Convex Community2y ago
5 replies
Agee

sign-in and sign-up pages with convex, clerk and nextjs

Hey, im trying to setup custom sign-up page following this clerk doc page https://clerk.com/docs/references/nextjs/custom-signup-signin-pages
but I keep getting this issue:
node_modules\@clerk\nextjs\dist\esm\client-boundary\NextOptionsContext.js (6:0) @ useClerkNextOptions
Unhandled Runtime Error
TypeError: Cannot read properties of undefined (reading 'value')

Call Stack
useClerkNextOptions
(app-pages-browser)\node_modules\@clerk\nextjs\dist\esm\client-boundary\NextOptionsContext.js (6:0)
useClerkNextOptions
node_modules\@clerk\nextjs\dist\esm\client-boundary\uiComponents.js (32:63)
renderWithHooks
(app-pages-browser)\node_modules\next\dist\compiled\react-dom\cjs\react-dom.development.js (11021:0)
updateFunctionComponent
(app-pages-browser)\node_modules\next\dist\compiled\react-dom\cjs\react-dom.development.js (16184:0)


It happens with either <SignIn> or <Signup> components.
Learn how to add custom sign-in and sign-up pages to your Next.js app with Clerk's prebuilt components and custom flows.
Build your own sign-in and sign-up pages for your Next.js app with ...
Was this page helpful?