Bug: Create Bounty fails with RPC timeout — tinyplace_bounties_create times out after 30s
Epic: #4190 — Tiny Place
Observed behaviour:
Submitting the Create Bounty form (with valid title, description, amount, asset: USDC, deadline) fails with:
CoreRpcError: Core RPC openhuman.tinyplace_bounties_create timed out after 30000ms
The bounty is not created. The error appears inline in the modal after the 30-second wait.
Expected behaviour:
Bounty creation should succeed within a few seconds and the new bounty should appear in the Bounties list.
Root cause areas to investigate:
Impact: P1 — bounty creation is completely non-functional.
Labels: bug, P1, tinyplace
Bug: Create Bounty fails with RPC timeout —
tinyplace_bounties_createtimes out after 30sEpic: #4190 — Tiny Place
Observed behaviour:
Submitting the Create Bounty form (with valid title, description, amount, asset: USDC, deadline) fails with:
The bounty is not created. The error appears inline in the modal after the 30-second wait.
Expected behaviour:
Bounty creation should succeed within a few seconds and the new bounty should appear in the Bounties list.
Root cause areas to investigate:
tinyplace_bounties_createbackend endpoint responding? Check if the backend is reachable at all from the coreEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v) accepted as the bounty reward asset?src/openhuman/tinyplace/manifest.rs→handle_tinyplace_bounties_createfor the RPC handler and upstream SDK callImpact: P1 — bounty creation is completely non-functional.
Labels:
bug,P1,tinyplace