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.