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

Confusing value error message: The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. #1375

Open
ssbarnea opened this issue Dec 1, 2020 · 2 comments
Labels
issue:bug Report errors or unexpected behavior (auto-generated by issue forms)

Comments

@ssbarnea
Copy link
Contributor

ssbarnea commented Dec 1, 2020

I would like suggest replacement of the current confusing generic error message that we often get with something that better follows HTTP specification.

 The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

Please put a correct HTTP 404 message, not one that gives 3 reasons all of them having specific HTTP codes different than 404.

Basically the message is a blatant lie where http code contradicts the text displayed to the user. I am sure "lie" was not intended but more of mistake when adding a custom http error page.

PS. Please keep the numeric code before the text.

@jasikpark
Copy link
Contributor

Perhaps a proper 404 page with steps for how to contribute / report an issue would be helpful?

@jsoref
Copy link
Contributor

jsoref commented Mar 18, 2021

root page

deleted content

It'd be nice if there was an easy way to make landing pages for deleted content.

docker-compose is an example (but I've found others). Ideally such pages would be able to say:

docker-compose

410 (Schema rescinded)

Unfortunately, docker-compose is ambiguous and could refer to any of the following:

  • x
  • y
  • z

See #x for more information / if you want to help

nonexistent-content

something-that-never-existed

404, SchemaStore does not appear to have a schema for something-that-never-existed.
It's possible you've misspelled it, in which case you can browse/search through the available schemas.
If you think it should, please consider filing an issue using link to template that includes fields for information about the schema.

@hyperupcall hyperupcall added bug issue:bug Report errors or unexpected behavior (auto-generated by issue forms) and removed bug labels Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue:bug Report errors or unexpected behavior (auto-generated by issue forms)
Projects
None yet
Development

No branches or pull requests

4 participants