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 trial

General Discussion

Luke Buin
seal-mask
.a{fill-rule:evenodd;}techdegree
Luke Buin
Front End Web Development Techdegree Student 7,114 Points

404 Not found Work preview is not working.

!!!Please, can someone help me.!!!

When I click on the preview to see the code I have written it just comes up with a message saying, 404 Not found The requested URL /index.html/ was not found on this server. Apache/2.4.18 (Ubuntu) Server at port-80-77achqbz1c.treehouse-app.com Port 80

my workspace id is. https://teamtreehouse.com/workspaces/40989857#

Luke Buin
seal-mask
.a{fill-rule:evenodd;}techdegree
Luke Buin
Front End Web Development Techdegree Student 7,114 Points

I looked at it with developer tools and on the console it says Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist. Failed to load resource: the server responded with a status of 404 (Not Found) port-80-77achqbz1c.treehouse-app.com/:1

1 Answer

Are you using Chrome? According to this stack overflow that error is caused by an extension. The suggestion is to disable all extensions then re-enable them one at a time.

I was able to open your snapshot https://w.trhou.se/jce0rqgt2u from your previous post and your page loaded fine. The only thing I noticed is you have

<meta href="uft-8">

in your index.html. It should be

<meta charset="UTF-8">