Austin Turner
Austin Turner
Hey! Running into the same issue. We have a multi tenant application and some of our users are unable to set their passwords when they follow the links from the...
We're seeing this issue as well. It pops up intermittently, but would like to have it run clean. Is there any update on this?
It looks like the issue might be here: https://github.com/neo4jrb/neo4j-ruby-driver/blob/610e61126e984244e2be05836b3d2628cc57ce03/lib/neo4j/driver/internal/bolt_server_address.rb#L89 The `BoltServerAddress` is putting itself into a set. When it gets called later it no longer has the `attributes` method since...
It looks like someone added a flatten to the `addresses_to_retain` method that is causing the issue here in this commit in a fork: https://github.com/ascent-technologies/neo4j-ruby-driver/commit/6f80bfaa919f02a419a61a52001b09206c465126
Thanks for the fork! This looks like it'll fix things. Our team is just getting started using Neo4J and am curious as to the general problem here. Are you running...
I tried to write a PR for this issue that uses https://github.com/ascent-technologies/neo4j-ruby-driver/commit/6f80bfaa919f02a419a61a52001b09206c465126 but I was unable to push my branch to the remote. I was running into authentication issues so...