Friday, June 27, 2025
29.4 C
Singapore

BREAKING: Downtown Line 3 suffers track fault on first day of soft launch

UPDATE: SBS has just tweeted that services on Downtown Line 3 have resumed as per normal. Adding that services between Bukit Panjang and Beautyworld are also normal – after a breakdown earlier today – and that bridging bus services are still available, SBS apologised.

Services on Downtown Line 3 have been disrupted due to a track fault today – the very day of the line’s soft launch.

Commuters, who had been invited to an open house where they could go on free train rides, were told to alight at various stations following the service disruption.

Bridging services were deployed to aid disgruntled commuters.

Affected trains were halted for about 15 minutes on the line and an elderly commuter in one of the crowded train compartments was seen berating an SBS staffer, according to early reports.

See also  Stories you might’ve missed, June 29

This comes after 8 religious leaders blessed the Downtown Line 3 late last month when they were invited to try out a stretch of the new line by Transport Minister Khaw Boon Wan.

Khaw had said then:

“The completion of #DTL3 will cap more than a decade of intense work. We are all eagerly awaiting the opening, and especially those who live along this new stretch of MRT line. For other commuters, DTL3 will be another way to connect to the east!”

https://theindependent.sg.sg/various-religious-leaders-bless-downtown-line-3-as-frustrations-against-smrt-mount/

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); } });