+ 1
Localhost and 127
Why i cant use localhost but 127.0.0.1 can work?
3 Answers
+ 3
take a look at your hosts file (location depending on operating system) if there's an entry for localhost.
+ 1
add 127.0.0.1 localhost to your .host file.
- 1
use other ports like localhost:8080, localhost:3036 see if it is working.