Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serve Proper Error Pages #58

Open
matheusgomes28 opened this issue Mar 20, 2024 · 0 comments
Open

Serve Proper Error Pages #58

matheusgomes28 opened this issue Mar 20, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@matheusgomes28
Copy link
Owner

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(...) in app/contact.go
@matheusgomes28 matheusgomes28 added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant