sagastume / boltx

Neo4j driver for Elixir
Apache License 2.0
26 stars 6 forks source link

[Bug] connecting to neo4j #99

Open sonic182 opened 2 months ago

sonic182 commented 2 months ago

Elixir and Erlang/OTP versions

For a neo4j in docker compose:

services:
  neo4j:
    image: neo4j:5
    environment:
      NEO4J_AUTH: neo4j/12341234
    ports:
      - 7474:7474
      - 7687:7687

When I connect to neo4j without uri it works

image

but when I use uri it doesn't

image

Operating system

Manjaro

Neo4j version

5

Boltx version

0.0.6

Current behavior

I get abborted in livebook

Expected behavior

to connect

sagastume commented 2 weeks ago

Thank you for the report. I haven’t had much time lately. I'll be reviewing it over the next few days.

For now, I'm not sure if it's relevant, but could you provide me with the full version of Neo4j?"