NEO4J security error in Internet Explorer 18

When using Internet Explorer to run a query in neo4j, I get a security error 18 DOM, and the same query works fine in chrome.

I’m running the query

create (n);

SecurityError

Screenshot:

Security Error 18 DOM

By connecting to http://127.0.0.1:7474/browser instead of http://localhost:7474/browser, I was able to solve this problem.
There is also a Neo4j developer webpage Shows that it helps to add WebSocket permissions to IE settings, but I didn’t find this to be necessary or sufficient.

When running queries in neo4j with Internet Explorer, I get a safe Error 18 DOM, and the same query works fine in chrome.

Query I am running

create (n);

SecurityError

Screenshot:

Security Error 18 DOM

By connecting to http://127.0.0.1:7474/browser instead of http://localhost:7474/browser, I can solve This question.
There is also a Neo4j developer webpage indicating that it helps to add WebSocket permissions to IE settings, but I did not find this to be necessary or sufficient.

Leave a Comment

Your email address will not be published.