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

Ruby

Joel Cheek
Joel Cheek
4,031 Points

Localhost not working

My localhost says (in chrome) that localhost refused the connection and will not let me see anything on it.

Justin Radcliffe
Justin Radcliffe
18,987 Points

Open up the console (ctl + j), refresh the page, what is logged in the console?

Joel Cheek
Joel Cheek
4,031 Points

I have chrome and ctl+j opens downloads, how do you open the console on chrome (I've done it before but I forgot). Do you mean task manager?

Justin Radcliffe
Justin Radcliffe
18,987 Points

My bad, it's ctrl + shift + j. That'll open up developer tools, normally the console tab is active by default when opened. The other way is by going to settings (top right in chrome) -> more tools -> developer tools.

Also in developer tools, you can check the "network" tab to see the status of your different files (500, 404, 200 etc..)

Hope that helps!