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.jpgin 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).