You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating activegraph from v10.0.1 to v11.4.0 and neo4j-ruby-driver to v4.4.5., authentication logic in my application stops working because it cannot find data from Neo4j database, which is running in docker using image neo4j:4.0.10-enterprise.
After updating activegraph from v10.0.1 to v11.4.0 and neo4j-ruby-driver to v4.4.5., authentication logic in my application stops working because it cannot find data from Neo4j database, which is running in docker using image
neo4j:4.0.10-enterprise
.Authentication code looks like this:
In query log, I found authentication_token parameter is strangely int array not string.
Hard coding token, or sending token by query string work perfectly well.
I tried to create new instance of the string by
dup
,clone
,String.new
, they all failed.But creating new string by concat each char of the original string works.
I am sure that activegraph gem is not the cause, since sending query directly using this exmple code reproduces the same problem.
The text was updated successfully, but these errors were encountered: