Skip to content

Error deploying a Neo4j app on Heroku #320

@kapso

Description

@kapso

I am getting the following error when deploying my Neo4j app on Heroku -

NoMethodError: undefined method `zero?' for nil:NilClass

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions