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 trialBenjamin 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.