Closed
Description
What needs to be fixed?
I reached the page https://www.rust-lang.org/team.html and got a 422 error. Debug from Rocket running on localhost:
GET /team.html text/html:
>> Matched: (category_en) GET /<category>
>> Parameter guard `category: Category` is forwarding: "No category called <team.html>".
>> Outcome: Forward(422 Unprocessable Entity)
>> Matched: (index_locale) GET /<locale> [3]
>> Parameter guard `locale: SupportedLocale` is forwarding: ().
>> Outcome: Forward(422 Unprocessable Entity)
>> No matching routes for GET /team.html text/html.
>> No 422 catcher registered. Using Rocket default.
>> Response succeeded.
I reached that page by opening this sub-team link.
Page(s) Affected
https://www.rust-lang.org/team.html
Suggested Improvement
Is the page supposed to be there? Was it moved?
Will have a look at that, opening an issue as a reminder