colmtuite
colmtuite

Reputation: 4491

Rails Thin server running but can't connect

When I start my server I get this output: enter image description here

But I can't connect to the server.

enter image description here

Upvotes: 2

Views: 253

Answers (1)

Vladan Markovic
Vladan Markovic

Reputation: 354

You need to add port number 3000 at the end of url, for example:

 localhost:3000

 or

 127.0.0.1:3000

Upvotes: 2

Related Questions