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

Different situations on different browser #93

Open
Mingaaaaaaa opened this issue May 15, 2023 · 2 comments
Open

Different situations on different browser #93

Mingaaaaaaa opened this issue May 15, 2023 · 2 comments

Comments

@Mingaaaaaaa
Copy link

Hi,I use your popoto.js Example HTML to link my neo4j database on my server.
But I found out that my Edge、Safari and Firefox work successfully. but in Chrome or on my phone It can't work !!!

 var driver = neo4j.driver(
            "neo4j+s://ysjy.alplune.top",
            neo4j.auth.basic("xxx", "xxx"),
        );

What I want to do is visit this web via web-view on phone. But It will console the same error :

In Chrome:
image

@Popotojs
Copy link
Collaborator

Do you have the same issue if you try to access this example from your Chrome browser? https://nhogs.github.io/popoto-examples/cypher-viewer/index.html
According to the error you get in the console it seems to be an issue with Neo4j driver connection, maybe your network does not allow this kind of query: wss://ysjy.alplune.top

@Mingaaaaaaa
Copy link
Author

I can view your site. But I think I can sure that my network is all wss://. , which is work successful in Edge and Firefox、Safari
In Edge:
image
In Chrome:
image

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