Skip to content

New hackathon users cannot complete account provisioning: brokered auth redirects to login-only dashboard with no signup path #103

Description

@DannyBaanks

Summary

The hackathon onboarding says that after installing CALL-E and signing in,
a new user will automatically receive a CALL-E account with 20 free calls.

However, as a new user on Windows, the current brokered CLI auth flow
redirects to the CALL-E dashboard login page, which exposes only
Account / Password fields and no visible signup or account-creation path.

This leaves a new participant unable to complete the documented onboarding flow.

Environment

  • Windows 11
  • Node v22.23.1
  • npm/npx 10.9.8
  • @call-e/cli 0.5.0

Reproduction

  1. Run:

    npx -y @call-e/cli@0.5.0 auth login --force-login --start-only --no-browser-open
  2. CLI successfully creates a fresh pending broker session:

    {
      "pending_created": true,
      "pending_status": "PENDING",
      "login_url": "https://seleven-mcp-sg.airudder.com/openagent-auth/sessions/.../start"
    }
  3. Open the returned login_url.

  4. The broker redirects to:

    dashboard.heycall-e.com/login?mcp_return_to=...

  5. The dashboard shows only:

    • Account
    • Password
    • Login

    There is no visible signup, OAuth provider, or account provisioning link.

  6. auth status remains:

    {
      "cache_exists": false,
      "pending_exists": true,
      "usable": false,
      "pending_status": "PENDING"
    }

Expected

A new hackathon participant should be able to create/provision a CALL-E
account from this flow, as described in the hackathon onboarding
("You'll get a CALL-E account with 20 free calls automatically").

Actual

The brokered auth flow reaches a login form requiring credentials that a new
participant has never been given and has no visible way to create.

Impact

This blocks the primary documented entry point for the entire CALL-E hackathon
("Install CALL-E and sign in (5 min)"). A participant following the official
installation guide hits this dead end within the first five minutes.

Suggested fix

  • Add a visible signup / account-provisioning action to the dashboard login page, or
  • provide the correct new-user OAuth flow directly from brokered auth, and
  • document the relationship between CLI authorization, dashboard account creation,
    and hackathon call credits.

The visual product UX is excellent; this appears to be an onboarding/authentication
connection issue rather than a broader UI problem.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions