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 trialIgor Cavalcante
5,025 Pointsit gives me an error when i try to preview Failed to load resource: the server responded with a status of 404 (Not Fo
Failed to load resource: the server responded with a status of 404 (Not Found)
cant preview
4 Answers
amadeo brands
15,375 PointsYour question is not clear sorry.
Cristian Brownlee
8,061 PointsA bit late but I had the same experience. I realized that I incorrectly linked the .js file in index.html; <script src="script.js"></script> - I should have typed scripts.js, not script.js!
Whatever the cause, a "Failed to load resource" error will most likely be resulted from incorrectly linking the script file.
Tim Sweeney
15,101 Pointsneed more info bro :)
Alina Antemir
10,185 PointsHi, did you link your script file to index.html?
Fernando Seminario
1,976 PointsFernando Seminario
1,976 Pointscould you post a screenshot please?