Open pachecoio opened 5 months ago
I'm sorry but I haven't used neo4j for a while. I honestly don't think there is any compatibility issue at the connection level at least, but if there is maybe you can check with the other public library mentioned in the readme? And I guess you can connect to the server from your browser, after starting the server from docker, right?! Maybe you don't have access to the network shared by docker?! Just a theory.
Thanks for the quick response.
The connection works fine both accessing from the browser and also using other libraries.
Boltx
for example works ok. Using other languages also works fine, I built the same project with go and the same connection info works ok.
Environment
bolt://
,bolt+routing://
orneo4j://
):Current behavior
I am getting the following error when trying to perform a simple query:
Is this because of a non-supported version or could it be a misconfiguration on my end? Thanks in advance!
Here is the config I am using:
And here is the test case:
Dockerfile with the neo4j config: