Page MenuHomePhabricator

Add error pages for Wikipedia.se
Open, Needs TriagePublic

Description

If there's a server error you get a generic error message as JSON. I.e. like this if you try to access a page that doesn't exist:

image.png (122×1 px, 16 KB)

We probably want something like:

  1. Better formatted (nicer looking) page with a link to the main page.
  2. Redirecting to the main page.

In any cases it would be nice to keep the original error message, at least so it can be passed along for debugging.