Summary
The marketplace under the "Identity" section is no longer available or accessible. Users who previously used it to browse listings and make offers on handles can no longer reach it.
Problem
User report (Signal2o, 7 July 2026):
"The marketplace under 'Identity' is no longer available either. You might be working on that right now."
This appears to be a regression — the marketplace was previously accessible and is now missing or broken. Access is via browser (not the OpenHuman desktop app).
The backend endpoints powering the marketplace were already flagged as failing in a prior ticket (#211, filed 3 July 2026):
"Failed to load floor/listings/sales"
At that time the client-side wiring existed (website/src/hooks/use-identity-market.ts, GraphQL queries for /marketplace/identities/floor and siblings) but the backend was failing. This issue may be a continuation of that backend outage, or the Identity marketplace tab/route itself has been removed from the UI.
Diagnosis needed
Expected behaviour
The Identity marketplace is accessible, displays handle listings with floor prices, and allows users to browse and make offers on handles listed for sale.
Acceptance criteria
Reporter
Discord support ticket — Signal2o (browser, 7 July 2026).
Related
Summary
The marketplace under the "Identity" section is no longer available or accessible. Users who previously used it to browse listings and make offers on handles can no longer reach it.
Problem
User report (Signal2o, 7 July 2026):
This appears to be a regression — the marketplace was previously accessible and is now missing or broken. Access is via browser (not the OpenHuman desktop app).
The backend endpoints powering the marketplace were already flagged as failing in a prior ticket (#211, filed 3 July 2026):
At that time the client-side wiring existed (
website/src/hooks/use-identity-market.ts, GraphQL queries for/marketplace/identities/floorand siblings) but the backend was failing. This issue may be a continuation of that backend outage, or the Identity marketplace tab/route itself has been removed from the UI.Diagnosis needed
/marketplace/identities/floor,/marketplace/identities/listings,/marketplace/identities/sales) responding?use-identity-market.ts— is the GraphQL query still wired and returning data?Expected behaviour
The Identity marketplace is accessible, displays handle listings with floor prices, and allows users to browse and make offers on handles listed for sale.
Acceptance criteria
/marketplace/identities/flooretc.) return valid responses.Reporter
Discord support ticket — Signal2o (browser, 7 July 2026).
Related