Serve Proper Error Pages #58
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Certain endpoints are returning errors as Json objects. We need to serve actual HTML error pages.
Here are some of the places I've noticed json errors being returned instead of HTML pages:
addCachableHandler(...)
.Other places where the error page is needed to be returned:
contactHandler(...)
inapp/contact.go
The text was updated successfully, but these errors were encountered: