http://localhost:7474/db/data/ 在登录后返回 404。

huangapple go评论44阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年5月11日 02:33:05
  • 转载请务必保留本文链接:https://go.coder-hub.com/76221610.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定