Getting frquent error while looking up Entities, we are using connection as: url="neo4j+s://xxxx.databases.neo4j.io"
Application is springboot app.
Error:
SystemFailureException: Error occurred while looking up Entities by given key[ExceptionWhileDataFetching{path=[lookupEntitiesByKey], exception=org.neo4j.driver.exceptions.SessionExpiredException: Server at p-mt-xxx-14-0032.production-orch-0703.neo4j.io:7687 is no longer available, locations=[SourceLocation{line=1, column=127}]}]
at xx.xx.xx.data.graphql.client.GraphQLHelper.handleErrors(GraphQLHelper.java:434)