I'm trying to connect to a neo4j embedded instance with the neo4j browser but when I try to connect the browser just displays "Connecting..." forever and the following error is shown in the browser console: Uncaught Error: Bolt V2 should always support byte arrays
. What could cause this?
Asked
Active
Viewed 107 times
2

Greg
- 1,225
- 3
- 16
- 35
-
I am facing the very same issue. I wonder if you have any progress on that? – Daniel Melo Sep 28 '18 at 08:09
-
1Nope :( It seems like neo4j-community is needed instead. – Greg Sep 28 '18 at 12:37
-
Upgrading to 1.7 seems to solve the problem – MikeOlo Oct 17 '18 at 02:52
-
it hasn't for me, anybody else have any solutions? – Dom Vinyard Nov 29 '18 at 22:50