I am using the following code successfully with a paid Aura instance, but it fails when using the Free Aura instance. This is code in a .env file for the grand stack.io starter project within the api folder for an GraphQL endpoint.
NEO4J_USER=neo4j
NEO4J_PASSWORD=myPassword
NEO4J_ENCRYPTED=true
the endpoint launches fine, however, upon attempting a search it fails with the following error.
*************
"code": "INTERNAL_SERVER_ERROR",
"exception": {
"code": "SessionExpired",
"name": "Neo4jError",
"stacktrace": [
"Neo4jError: Connection was closed by server",
"
*******************
Can anyone help me around this problem, otherwise Free Aura will be of limited use to me.
Thank you in advance, Wolfgang