You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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
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 !!!
What I want to do is visit this web via web-view on phone. But It will console the same error :
In Chrome:
The text was updated successfully, but these errors were encountered: