code-corps / code-corps/code-corps-ember
Add catch-all routes for 404 to fix UnrecognizedURLError
Đang mở
bug
Difficulty: Easy
Priority: High
- Ngôn ngữ chính
- JavaScript
- Star
- 120
- Fork
- 75
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
# 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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.