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
1682716039651 INFO Routing driver 0 created for server address 2433bcec.databases.neo4j.io:7687
1682716039722 INFO Driver 0 closing
/Users/mattw/dev/personal/talks/mancjs/neo4j-driver-test/node_modules/.pnpm/[email protected]/node_modules/neo4j-driver-core/lib/error.js:77
_super.call(this, message, cause != null ? { cause: cause } : undefined) || this;
^
Neo4jError: Connection was closed by server
at new Neo4jError (neo4j-driver-test/node_modules/.pnpm/[email protected]/node_modules/neo4j-driver-core/lib/error.js:77:16)
at newError (neo4j-driver-test/node_modules/.pnpm/[email protected]/node_modules/neo4j-driver-core/lib/error.js:113:12)
at NodeChannel._handleConnectionTerminated (neo4j-driver-test/node_modules/.pnpm/[email protected]/node_modules/neo4j-driver-bolt-connection/lib/channel/node/node-channel.js:234:56)
at Socket.emit (node:events:524:35)
at endReadableNT (node:internal/streams/readable:1359:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
constructor: [Function: Neo4jError] { isRetriable: [Function (anonymous)] },
code: 'SessionExpired',
retriable: true
}
Node.js v19.8.1
I have gone down the rabbit hole on this one and it's extremely frustrating! I have managed to trace the problem to prove that it reliably:
Bug Report
It's impossible to connect to a Neo4J Aura instance using this driver in a node runtime.
Here's a list of existing issues that reference problems connecting:
This can be reproduced reliably using this minimal reproduction.
This is the error
I have gone down the rabbit hole on this one and it's extremely frustrating! I have managed to trace the problem to prove that it reliably:
My Environment
Javascript Runtime Version: 19.8.1
Driver Version: 5.7.0
Neo4j Version and Edition: unknown - created 2023/04/28
Operating System: MacOS 12.4
The text was updated successfully, but these errors were encountered: