freeCodeCamp / freeCodeCamp/classroom
Bug: /classes page crashes if the mock-fcc-data endpoint is not running
Open
CTI
good first issue
- Dominant language
- JavaScript
- Stars
- 155
- Forks
- 138
- PR merge metrics
- No merged PRs in 30d
Description
Currently if you do not run the mock-fcc-data endpoint and navigate to the /classes page, you will see the following error:
**Desired behavior:**
The app should not crash. Instead, show an empty table. You may also want to consider what happens if there is real data in the table along with the mock data. Does the page correctly display both?
Contributor guide
Assessment
This issue has not been assessed yet.