This app runs on family-operating-system-dun.vercel.app, but it is using production Clerk keys (pk_live_). Clerk does not allow changing the domain for *.vercel.app production — there is no setting in Vercel either.
Clerk's documented fix: use Development keys on *.vercel.app URLs. They work on any Vercel address.
Fix (about 3 minutes):
pk_test_ and sk_test_ keys (from clerk-cerise-xylophone).NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY to the pk_test_ value and CLERK_SECRET_KEY to the sk_test_ value for Production.pk_live_ values, then redeploy.