Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialFaith Y
7,818 PointsI get a "page-not-found" error after using http-server to serve my project.
Here is the error I'm getting below. I'm not sure what could be wrong.
$ http-server JQuery-Bootstrap-ToDoList Starting up http-server, serving JQuery-Bootstrap-ToDoList Available on: http://127.0.0.1:8080 http://10.0.0.104:8080 Hit CTRL-C to stop the server
[Sun Jan 20 2019 20:22:39 GMT-0700 (MST)] "GET /" Error (404): "Not found"
1 Answer
Faith Y
7,818 PointsI restarted my computer, and the issue was resolved. I'm not exactly sure why this worked but I think the port 8080, may have been in use by another app.