Nhogs / popoto

Visual query builder for Neo4j graph database
http://popotojs.com
GNU General Public License v3.0
511 stars 70 forks source link

Different situations on different browser #93

Open Mingaaaaaaa opened 1 year ago

Mingaaaaaaa commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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