Operator action required

CloudScout portal is not configured for hosted production.

This deployment is running with CLOUDSCOUT_DEPLOYMENT_MODE=saas but no authentication provider is configured. The portal has refused to render the customer dashboard because doing so without auth would expose org-scoped data on the open internet.

Set NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY and CLERK_SECRET_KEY and redeploy. Or, if you intend to front the portal with your own authentication layer, set CLOUDSCOUT_DEPLOYMENT_MODE=self-host.

See infra/deploy/README.md for the full env contract.