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

ChromeStatus stopped giving clear 404 error messages #4578

Open
jrobbins opened this issue Nov 21, 2024 · 2 comments
Open

ChromeStatus stopped giving clear 404 error messages #4578

jrobbins opened this issue Nov 21, 2024 · 2 comments
Assignees
Labels

Comments

@jrobbins
Copy link
Collaborator

If the user visits a URL for a feature that does not exist (e.g., because they only copied part of the ID of an existing feature) then our API gives 404 responses. However, our SPA UI spins a while and then shows a toast saying that "Something went wrong. Please try again."

We should present the user with a much more clear 404 response in the UI.

@jrobbins jrobbins added the bug label Nov 21, 2024
@jrobbins jrobbins self-assigned this Nov 21, 2024
@Opalehmann
Copy link

's

@SINJINI-G
Copy link

I checked this bug and have come up with these two solutions:

  1. Redirect users to a dedicated "404 Not Found" page if the feature does not exist and perhaps provide a link to the home page or other relevant sections.
  2. Display an inline error message with "Back" button to help users navigate.

Please let me know what you think. @jrobbins
I would like to work on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants