cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

blankPage ---- localhost & 127.0.0.1

I'm using neo4j-enterprise-4.2.7 on windows,
and have set 'dbms.connector.http.listen_address'=0.0.0.0:7474
but when I open browser with 127.0.0.1:7474, I get a blank page.
However, the 'localhost:7474' show correctly.

I use 'netstat -n' cmd and get the following result:
TCP [::1]:7474 [::1]:27961 TIME WAIT

PS: When I use neo4j-enterprise-4.2.2 on windows with same configurations, It can work correctly.

1 ACCEPTED SOLUTION

Hi @yixing.wang

My Environment

Windows 10 Pro (21H1)
neo4j-enterprise-4.2.7
neo4j.com (no configuration)

Both work fine.

localhost:7474
127.0.0.1:7474

By the way, the only setting 'dbms.connector.http.listen_address'=0.0.0.0:7474 is to uncomment this line.

#dbms.default_listen_address=0.0.0.0

View solution in original post

2 REPLIES 2

Hi @yixing.wang

My Environment

Windows 10 Pro (21H1)
neo4j-enterprise-4.2.7
neo4j.com (no configuration)

Both work fine.

localhost:7474
127.0.0.1:7474

By the way, the only setting 'dbms.connector.http.listen_address'=0.0.0.0:7474 is to uncomment this line.

#dbms.default_listen_address=0.0.0.0

Thanks, but it can't work. Maybe the firewall or some inner configurations of system cause the problem.