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