Skip to content

Cannot register on Bounty Marketplace — Privy OAuth fails with "User limit reached" (400/422) #88

Description

@EslaM-X

Bug

New users cannot log in / connect GitHub on the RoboPay Bounty Marketplace (https://robopay.fabric.foundation/bounties), so they cannot claim a bounty or submit a PR before the Aug 21 deadline.

Steps to reproduce

  1. Open https://robopay.fabric.foundation/bounties
  2. Pick a company (e.g. Unitree) -> select a robot (e.g. Go2) -> Tier 1
  3. Click Apply / "Connect your GitHub" -> "Continue with GitHub"
  4. Authorize on GitHub (the GitHub authorization itself completes fine)
  5. On redirect, authentication fails and no profile is created

Console / network errors

  • POST https://auth.privy.io/api/v1/oauth/authenticate -> 400 (Bad Request)
  • index.js: Error authenticating session
  • Also seen: 422
  • The OAuth response reports: "User limit reached" (this maps to Privy max_accounts_reached — the Privy app is in development mode and has hit the dev-mode account limit, so new users cannot sign up)

Environment

  • Chrome (latest), third-party cookies enabled, popups allowed, no ad-blockers
  • Fresh attempt after clearing site data / single tab

Expected

GitHub OAuth should complete and create a BountyHub profile so the user can claim a bounty and submit their PR.

Impact

Without registration, contributors are ineligible for rewards even with a valid, merged PR. The bounty closes Aug 21, 2026 00:00 PT, and it is first-come-first-served (first merged PR wins), so this blocker needs to be fixed urgently.

Request

Please upgrade the marketplace Privy app to production mode (or raise the dev-mode account limit) so new users can register.

Thanks!

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