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 trialchuck kotulka
4,583 PointsFailed to load resource: the server responded with a status of 404
shows up when console.log is used in chrome
Chris Harkin
1,104 Pointschuck kotulka did you find a way to fix this as I too am getting the same error but my code is identical to Dave's
2 Answers
Unsubscribed User
8,841 Pointseven i have encountered such error. check which line of code it specifies and check the path of the file.you may have mentioned the path wrongly.
Alyssa FitzGerald
6,263 Pointstry adding this inside the <head> of the index.html:
<link rel="shortcut icon" href="">
Seth Shober
30,240 PointsSeth Shober
30,240 PointsIf you ever have an error it is extremely helpful to pass along any suspect code and line numbers along with a stack trace.