-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not connect to Neo4j database. #10
Comments
I also tried NEO4J_USERNAME=neo4j NEO4J_PASSWORD=neo4j |
And NEO4J_URI=bolt://localhost:7687 |
how did you solve this? |
Can anyone please help me with this error? |
can you be more specific like what is the error you are encountering? |
also try this as well |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
![image-1](https://private-user-images.githubusercontent.com/150313101/373939715-8caaa585-44d0-4268-adb5-efa4e77dc313.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwOTI1NzAsIm5iZiI6MTczOTA5MjI3MCwicGF0aCI6Ii8xNTAzMTMxMDEvMzczOTM5NzE1LThjYWFhNTg1LTQ0ZDAtNDI2OC1hZGI1LWVmYTRlNzdkYzMxMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQwOTExMTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yMjRjNjkyMWNhNjM5ZmY0YjZkNDVlZmI0OGQ5ZTE3MmNkNzkxNTIyOWExNjkyNjg4MjM1ZjEwMWVlZjgwNDI2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.7E-GGNmnoYsrMJ3UbK6JgRatdMmjMULZjKik5Txgp3A)
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: