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:
It happens with either <SignIn> or <Signup> components.
Build your own sign-in and sign-up pages for your Next.js app with ...
Learn how to add custom sign-in and sign-up pages to your Next.js app with Clerk's prebuilt components and custom flows.
5 Replies
IF possible code you share the code too it can help in debugging
I have standard setup:
Provider
root layout
middleware
It basically crashes whenever I pass clerk sing in or sign up url envs:
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
I feel like its more of clerk issue here
@Agee similar issue in the Clerk Discord, check out this post: https://discord.com/channels/856971667393609759/1203054868600856596/1203054868600856596
Fixed, thx a lot @erquhart