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
Hello author, I did not generate the env file after deploying docker, so I tried to create a .env directly and used NEO4J_URI=bolt://localhost:7687
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=your_password, but this won't work,
Specific error message: ValueError: Could not connect to Neo4j database. Please ensure that the url is correct,
ServiceUnavailable: Cannot to connect to Bolt service on ResolvedIPv6Address(('::1', 7474, 0, 0)) (looks like HTTP),
What should I do
The text was updated successfully, but these errors were encountered:
Hello author, I did not generate the env file after deploying docker, so I tried to create a .env directly and used NEO4J_URI=bolt://localhost:7687
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=your_password, but this won't work,
Specific error message: ValueError: Could not connect to Neo4j database. Please ensure that the url is correct,
ServiceUnavailable: Cannot to connect to Bolt service on ResolvedIPv6Address(('::1', 7474, 0, 0)) (looks like HTTP),
What should I do
The text was updated successfully, but these errors were encountered: