Page MenuHomePhabricator

Misleading error message when accessing an invalid URL at upload.wikimedia.org
Open, Needs TriagePublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:
An incorrect error message is displayed: "Our servers are currently under maintenance or experiencing a technical issue"

What should have happened instead?:
The error message should be "not found" or similar.

Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):

image.png (1,000×286 px, 32 KB)

(I'm not going to share the part at the bottom which includes my IP address)

Event Timeline

It correctly says Error: 404, Not Found at the bottom.

If you wanted to write a patch to change the text, see the files modules/varnish/templates/errorpage.inc.vcl.erb and modules/varnish/files/tests/text/52-backend-error.vtc in the operations/puppet Gerrit repository.

It correctly says Error: 404, Not Found at the bottom.

Yes, but this is not prominent message. And the "main" message says about maintenance or more serious technical problem.

Sure, and anyone could propose a patch in Gerrit to change the message. However, "Our servers are currently under maintenance or experiencing a technical issue" is pretty correct if the technical issue is that the file does not exist. :) So I'm not convinced this is worth the efforts.

Change #1210600 had a related patch set uploaded (by Slyngshede; author: Slyngshede):

[operations/puppet@production] C:varnish::common::errorpage update 404 error message

https://gerrit.wikimedia.org/r/1210600