When visiting an article that doesn't exist on the Mobile Frontend of the English Wikipedia, instead of seeing the helpful information like typo corrections and links to sister Wikimedia projects that are displayed on the desktop Wikipedia, visitors are instead greeted with a blank page:
Instead, the helpful information is buried in the Page Issues drop-down:
I'm not able to reproduce this issue on other wikis. I tried the Spanish Wikipedia, English Wiktionary, and Wikimedia Commons and all showed the article not found text as expected.
Acceptance criteria
- Do not run resources/skins.minerva.scripts/cleanuptemplates.js on a non-existent page
Developer replication instructions
The page issues code is being over-zealous.
Edit MediaWiki:Noarticletext with the following
{|class="fmbox"
!
! Page do not exist yo!
|}Make sure $wgMFContentProviderClass is disabled and visit a non-existent link page
How to test
- Get a developer to update staging to disable the MobileFormatter mwApi Content provider
- Visit http://reading-web-staging.wmflabs.org/wiki/Frigging_blahaha


