-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
I am getting the following error when deploying my Neo4j app on Heroku -
NoMethodError: undefined method `zero?' for nil:NilClass
| if agreed_version.zero? |
This is the neo4j.yml
staging:
type: bolt
url: <%= ENV['GRAPHENEDB_BOLT_URL'] %>
GRAPHENEDB_BOLT_URL = bolt://user:password@server:24786
Runtime information:
Neo4j database version: Neo4j Community Edition 3.4.4
neo4j gem version: 9.3.0
neo4j-core gem version: 8.1.4
UPDATE: when I switch to http as the protocol, I am able to start the Heroku app and everything works.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels