code-corps / code-corps/code-corps-ember
Add catch-all routes for 404 to fix UnrecognizedURLError
Open
bug
Difficulty: Easy
Priority: High
- Dominant language
- JavaScript
- Stars
- 120
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
# Problem
When navigating to a URL that does not exist, Ember sends an `UnrecognizedURLError` to Sentry: https://sentry.io/share/issue/38323734312e313634363039343439/
https://guides.emberjs.com/v2.8.0/routing/defining-your-routes/#toc_wildcard-globbing-routes
## Subtasks
- [ ] Write failing test
- [ ] Create a 404 page route
- [ ] Break `error-wrapper.hbs`'s 404 error out into a separate component to use same styling
- [ ] Fix `.button.on-solid` colors in CSS
Contributor guide
Assessment
This issue has not been assessed yet.