Back to board

Rider app: 'Pick up order' button throws an error message

dinebd__mobileapp.rider#178

Description

Reported by client (WhatsApp)

Clicking "Pick up order" shows an error message.

Needs investigation — capture the exact error text / API response and reproduce.

Comments (1)
Synced 11 Jul 2026, 09:21

kingRayhan

New evidence from client (Mr. Eamin, WhatsApp, 3 Jul 2026) — this fills in the "capture the exact error text" gap:

  • Confirm pick up is requested 2–3 times for the same order ("Rider confirm pick up duplicate hoye gese. It asks twice sometime 3 time to confirm pick up").
  • After the repeat confirms, a red banner "Resource not found" appears at the top of the screen (screenshot IMG-20260703-WA0008.jpg in the WhatsApp export "Rider App Bugs").

Looks like a double-submit: the 2nd/3rd confirm hits an order that already transitioned, so the API returns not-found and the raw error is surfaced. Suggested fix: debounce/disable the confirm button after first tap + make the pickup-confirm endpoint idempotent (or map the already-confirmed response to success).

Resource not found banner after duplicate confirm pick upOpen image in new tab
Details
In ReviewGeneralopen
Repository
graphland-dev/dinebd__mobileapp.rider
Issue
#178
Author
kingRayhan
Created
14 Jun 2026, 12:53
Updated
11 Jul 2026, 06:48
bug