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
I've looked a bit and I'm wondering what version of Neo4j are you using?
It seems that this is failing in the place where version 8.0 of the neo4j gem is trying to figure out what constraints are in the database so that it can validate that your app has the constraints it needs. I'm wondering if the version of your Neo4j database is affecting the response from db/data/schema/constraint
I think I've fixed this (or at least made it better). There was an issue where Neo4j was returning an error when the gem was trying to get constraints or indexes which was simply causing the gem's code to trip up. That error should now be raised as an exception. Try running:
bundleupdateneo4jneo4j-core
At that point you should get a CypherSession::ConnectionFailedError exception with more information from Neo4j on what is wrong
NoMethodError in Devise::SessionsController#create
Extracted source (around line #62):
Fulltrace:
The text was updated successfully, but these errors were encountered: