Though this seems to only affect 404 (Not found) errors.
Doesn't matter if i use app.UseErrorPage() or not, still getting blank pages on 404 errors.
Though "real exception" errors still generates an error page. (e.g division by zero and such)
So it's quite weird. Anyone experiencing the same issue?