Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Benjamin Ferguson
2,955 PointsLocalhost:3000 failed to load
Hey guys,
For some reason when I go to http://localhost:3000/ it keeps telling me it failed to load. It was working and then it just went away for some reason. So I quit my terminal and restarted VM by typing "vagrant up" and "vagrant ssh" into bash. Then I switched to my odot folder and typed "bin/rails server" and it says "cannot load such file --bundler/setup (LoadError)" And when I go to the URL it keeps saying failed to load. Anybody know what's going on there?
1 Answer

Andrew Stelmach
12,583 PointsTry bundle install
, just in case.
David Abel
5,199 PointsDavid Abel
5,199 PointsAre you in your rails project folder? Your terminal should be pointing at (navigated to) your project folder. From there run the 'Rails Server' command.