Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FetchUrlError,Different from previous issues #316

Open
BaiPiao7 opened this issue Nov 26, 2023 · 2 comments
Open

FetchUrlError,Different from previous issues #316

BaiPiao7 opened this issue Nov 26, 2023 · 2 comments

Comments

@BaiPiao7
Copy link

I am a beginner who has just started using Neo4j. Following the tutorial, I imported the plugin into the corresponding folder and modified the conf file.When I checked if the installation was successful, I entered the command" :GET/rdf/ping "in the browser and received the following error message:
Could not fetch URL: "Failed to fetch". This could be due to the remote server policy. See your web browsers error console for more information.
12
22
This is the version I am using and the specific situation.Please help me

@jbarrasa
Copy link
Collaborator

Hi @BaiPiao7 you have two options:

  1. If you're using the neo4j desktop browser then type: :get http://localhost:7474/rdf/ping instead of the short url.
  2. If you're using an external browser (chrome, safari, etc), go to the URL: http://localhost:7474 and then in the neo4j browser you can use :get /rdf/ping and it should work.

Obviously, the same applies to all the rest of the methods in the HTTP endpoint in neosemantics.

Let us know if that works.

@BaiPiao7
Copy link
Author

Thank you very much. I have tried the method you provided and still report this error.
Later on, I realized that I might have installed both the community version and desktop version simultaneously. I uninstalled both versions and then reinstalled the desktop version, and now the problem has been resolved.
33
Thank you very much for your help. I wish you smooth work and a happy life.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants