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 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,682 PointsInteresting, thank you. I'll try the --binding 127.0.0.1:3000
option next time I run the server.
Steve Hunter
57,682 PointsSteve Hunter
57,682 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.