Friday, June 27, 2025
32.9 C
Singapore

Foodpanda rider met with accident, dispatcher only cares about food

Update:

The statement from Foodpanda is as follows: Following internal investigations, it has been found that the dispatch agent’s first response was to enquire about the condition of the rider and asked if he was okay. Our riders’ well-being has always been a priority for us. We truly appreciate our riders for their hard work to make sure that our orders are delivered as fast as possible while we keep safe by staying home and are grateful for the community’s support of delivery riders.

Singapore — A post on Facebook group Umbrage Singapore shared the plight of a Foodpanda delivery rider.

“Foodpanda rider met with accident but they only care about the food?
Have a heart please! 😠” a user shared in the group on Sunday (May 16).

According to the Facebook post, the rider was injured and unable to make the delivery.

The screenshots also showed a conversation between the rider and the dispatcher.

Photo: Facebook/ Umbrage Singapore

The dispatcher is seen to be asking the rider about the food, and showing more concern about the food than for the well-being of the rider.

See also  Foodpanda rider literally takes matters into his own hands ― cooks order himself after waiting too long

Netizens are appalled at the focus of the conversation, saying that the dispatcher is overly detached.

Photo: Facebook/ Umbrage Singapore

There have been no updates regarding the rider, or what actions were taken by the dispatcher.

Denise Teh is an intern at The Independent SG. /TISG

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });