matrix-org/matrix-authentication-service

Show a nice 404 page when database objects are not found

Opened this issue · 1 comments

We have an okay-ish fallback page as a general 404, but in many places, we lookup objects by their IDs, and if we can't find them, we just display an 'unexpected error' page.

We should instead in those places also give the standard 404 page, maybe tweaked a little to say that the route is fine, but the object wasn't found?

For your information, this issue has been copied over to the Element fork of matrix-authentication-service: element-hq/matrix-authentication-service#2880