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

JavaScript JavaScript Basics (Retired) Introducing JavaScript Your First JavaScript Program

Sergiy Khaman
Sergiy Khaman
2,989 Points

Workspace does not work in Chrome but works in Firefox browser.

Hello to all, Just started the JavaScript Basics course and when starting the Workspace it launches but shows nothing in the Chrome browser which is my favorite one. I have only a white horizontal stripe at the top of webpage with light-grey background. When trying to use the same Workspace in the Firefox (I barely never use this browser) it works fine, with all changes applied in HTML/JS reflected alive in the browser's window. Any advice - how to make it work in the Chrome? in Settings all seems fine - all plugins, Java-scripts etc are allowed. Thanks

2 Answers

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Generally speaking, when it works in one browser and it doesn't work in another, it's because the browser it doesn't work in is loading in cached data. I would first try clearing the browser cache in Chrome, and then reload the preview and refresh. Hope you get it working! :sparkles:

Sergiy Khaman
Sergiy Khaman
2,989 Points

Thank you Jennifer! It worked out perfectly - now I can practise in Chrome browser. Quick Ctrl+Shift+Delete shows all my browsing data in a new tab, pressed Clear, re-login again - and :)

Terence Cole
Terence Cole
2,540 Points

This totally solved my problem. Thanks, Jennifer!