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 Preston
980 PointsHi, My app won' t open to localhost:3000. It only opens when I use 0.0.0.3000. Why is that?
-
Steve Hunter
57,712 PointsInteresting, thank you. I'll try the --binding 127.0.0.1:3000
option next time I run the server.
Steve Hunter
57,712 PointsSteve Hunter
57,712 PointsMine was the same on the Mac. It used to work with
localhost:3000
but then I had to switch to usingrails server -b 0.0.0.0:3000
to get it to work.No idea why, so I hope someone can provide an answer!
Steve.