英文:
http://localhost:7474/db/data/ returns a 404 after login
问题
I've installed the latest version of Neo4J Desktop and started the Movie Database
I'm in a VirtualBox VM running Windows 10 and the Firewall is disabled.
IN Chrome inside the VM running Neo4J ....
http://localhost:7474/ redirects to http://localhost:7474/browser/ and works (https URLs return SSL errors)
However, http://localhost:7474/db/data/ prompts me for credentials and after submitting the user/pwd displays a 404 error.
So 2 questions
1.) How can I get to http://localhost:7474/db/data/ in my browser?
2.) How can I get rid of the SSL errors?
Thanks in advance !!!
英文:
I've installed the latest version of Neo4J Desktop and started the Movie Database
I'm in a VirtualBox VM running Windows 10 and the Firewall is disabled.
IN Chrome inside the VM running Neo4J ....
http://localhost:7474/ redirects to http://localhost:7474/browser/ and works (https urls return SSL errors)
However http://localhost:7474/db/data/ prompts me for credentials and after submitting the user/pwd displays a 404 error.
So 2 questions
1.) How can I get to http://localhost:7474/db/data/ in my browser?
2.) How can I get rid of the SSL errors ?
Thanks in advance !!!
答案1
得分: 0
Neo4j REST API自 neo4j 4.0 起不再受支持。如果要使用 HTTP 请求执行 Cypher 事务,请参考Neo4j HTTP API。
SSL 支持默认情况下未启用。设置方法请参见此处。
英文:
The Neo4j REST API is no longer supported (since neo4j 4.0). If you want to use HTTP requests to perform Cypher transactions, you can look at the Neo4j HTTP API.
SSL support is not enabled by default. Instructions for setting that up are here.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论