No accounts exist yet
This deployment has no users, so no password can be accepted. Create the first
administrator by storing ADMIN_BOOTSTRAP_EMAIL and
ADMIN_BOOTSTRAP_PASSWORD as Worker secrets on this
environment, then reload this page.
wrangler secret put ADMIN_BOOTSTRAP_EMAIL --env production
Pipeline or build variables are not Worker secrets: they exist only inside the CI
runner and are absent at runtime, which is why a local run can succeed while the
deployed one refuses every sign-in.