Neo4j browser givin error: "Unknown scheme:http" while using http as connect URL

Neo4j browser giving error: "Unknown scheme:http" while using http as connect URL.

This happening after the upgrade from 3.5.14 to 3.5.18.

Hu, can you try https? and you can check the conf neo4j file if http protocol is enabled on the server

To be complete.

Click the three dots next to the DB in the Desktop view; choose "Manage"; click "Settings" and then change these settings to what you want/need:

# HTTP Connector. There can be zero or one HTTP connectors.
dbms.connector.http.enabled=true
#dbms.connector.http.listen_address=:7474
#dbms.connector.http.advertised_address=:7474

# HTTPS Connector. There can be zero or one HTTPS connectors.
dbms.connector.https.enabled=false
#dbms.connector.https.listen_address=:7473
#dbms.connector.https.advertised_address=:7473
1 Like