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
- Open
https://robopay.fabric.foundation/bounties
- Pick a company (e.g. Unitree) -> select a robot (e.g. Go2) -> Tier 1
- Click Apply / "Connect your GitHub" -> "Continue with GitHub"
- Authorize on GitHub (the GitHub authorization itself completes fine)
- 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!
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
https://robopay.fabric.foundation/bountiesConsole / network errors
POST https://auth.privy.io/api/v1/oauth/authenticate -> 400 (Bad Request)index.js: Error authenticating session422max_accounts_reached— the Privy app is in development mode and has hit the dev-mode account limit, so new users cannot sign up)Environment
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!