The 404 error page renders literal {errorText} #135
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Expected behavior:
The 404 result presents the actual internal error text in development environments
Actual behavior:
Literal
{errorText}
is rendered which is a bit less than useful for debugging purposes.Steps to fix the problem:
In
async responseAsError(errorText, statusCode)
replacewith
or similar.
The text was updated successfully, but these errors were encountered: