Sign up requires Clerk configuration

The app is running in fallback mode because Clerk environment variables are not set. Add real Clerk keys in your local env override to enable authentication flows inside the container.

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_...
CLERK_SECRET_KEY=sk_...

The landing page and container stack still work without these values.

Back to home