weather-gov / weather.gov

weather.gov 2.0
Other
331 stars 10 forks source link

404 Error pages #1741

Open colinmurphy01 opened 2 months ago

colinmurphy01 commented 2 months ago

What should we do if a user lands on an invalid point page like: https://beta.weather.gov/point/abc/123

Also for the AFD page when we get an error from the API (eg, 404 if the product ID is expired)

greg-does-weather commented 1 month ago

1929 added a dedicated 404 page. It's extremely basic, but it at least exists now. See: https://weathergov-staging.app.cloud.gov/point/abc/123

From here we can build out the experiences for different flows that lead to 404s. It should be fairly straightforward to put enough context into the template that we can build a flow-specific UI, if we want to.

colinmurphy01 commented 4 weeks ago

Thank you.